rename folder
This commit is contained in:
parent
1334b973b9
commit
156562902e
@ -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+)
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user