diff --git a/README.md b/README.md index e16111b..99cbe0b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8 ##Installation Manually (iOS 7+) ----------------- -1. Copy the SwiftIO folder into your Xcode project! +1. Copy the SocketIOClientSwift folder into your Xcode project CocoaPods 0.36.0 or later (iOS 8+) ------------------ diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index 4c4ad63..abc8d9b 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.0.1' } - s.source_files = "SwiftIO/**/*.swift" + s.source_files = "SocketIOClientSwift/**/*.swift" s.requires_arc = true # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files end diff --git a/SwiftIO/SocketAckMap.swift b/SocketIOClientSwift/SocketAckMap.swift similarity index 100% rename from SwiftIO/SocketAckMap.swift rename to SocketIOClientSwift/SocketAckMap.swift diff --git a/SwiftIO/SocketAnyEvent.swift b/SocketIOClientSwift/SocketAnyEvent.swift similarity index 100% rename from SwiftIO/SocketAnyEvent.swift rename to SocketIOClientSwift/SocketAnyEvent.swift diff --git a/SwiftIO/SocketEngine.swift b/SocketIOClientSwift/SocketEngine.swift similarity index 100% rename from SwiftIO/SocketEngine.swift rename to SocketIOClientSwift/SocketEngine.swift diff --git a/SwiftIO/SocketEngineClient.swift b/SocketIOClientSwift/SocketEngineClient.swift similarity index 100% rename from SwiftIO/SocketEngineClient.swift rename to SocketIOClientSwift/SocketEngineClient.swift diff --git a/SwiftIO/SocketEventHandler.swift b/SocketIOClientSwift/SocketEventHandler.swift similarity index 100% rename from SwiftIO/SocketEventHandler.swift rename to SocketIOClientSwift/SocketEventHandler.swift diff --git a/SwiftIO/SocketFixUTF8.swift b/SocketIOClientSwift/SocketFixUTF8.swift similarity index 100% rename from SwiftIO/SocketFixUTF8.swift rename to SocketIOClientSwift/SocketFixUTF8.swift diff --git a/SwiftIO/SocketIOClient.swift b/SocketIOClientSwift/SocketIOClient.swift similarity index 100% rename from SwiftIO/SocketIOClient.swift rename to SocketIOClientSwift/SocketIOClient.swift diff --git a/SwiftIO/SocketPacket.swift b/SocketIOClientSwift/SocketPacket.swift similarity index 100% rename from SwiftIO/SocketPacket.swift rename to SocketIOClientSwift/SocketPacket.swift diff --git a/SwiftIO/SocketParser.swift b/SocketIOClientSwift/SocketParser.swift similarity index 100% rename from SwiftIO/SocketParser.swift rename to SocketIOClientSwift/SocketParser.swift diff --git a/SwiftIO/SocketTypes.swift b/SocketIOClientSwift/SocketTypes.swift similarity index 100% rename from SwiftIO/SocketTypes.swift rename to SocketIOClientSwift/SocketTypes.swift diff --git a/SwiftIO/SwiftRegex.swift b/SocketIOClientSwift/SwiftRegex.swift similarity index 100% rename from SwiftIO/SwiftRegex.swift rename to SocketIOClientSwift/SwiftRegex.swift diff --git a/SwiftIO/WebSocket.swift b/SocketIOClientSwift/WebSocket.swift similarity index 100% rename from SwiftIO/WebSocket.swift rename to SocketIOClientSwift/WebSocket.swift