rename folder

This commit is contained in:
Erik 2015-04-09 19:09:53 -04:00
parent 1334b973b9
commit 156562902e
14 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:@"localhost:8
##Installation ##Installation
Manually (iOS 7+) 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+) CocoaPods 0.36.0 or later (iOS 8+)
------------------ ------------------

View File

@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0' s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10' s.osx.deployment_target = '10.10'
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v2.0.1' } 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.requires_arc = true
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files # s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
end end