work on podspec

This commit is contained in:
Erik Little 2017-08-17 23:00:57 -04:00
parent e6a2605c53
commit 8c5f53d868
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Socket.IO-Client-Swift"
s.module_name = "SocketIO"
s.version = "11.1.0"
s.version = "11.1.1"
s.summary = "Socket.IO-client for iOS and OS X"
s.description = <<-DESC
Socket.IO-client for iOS and OS X.
@ -17,12 +17,12 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.source = {
:git => "https://github.com/socketio/socket.io-client-swift.git",
:tag => 'v11.1.0',
:tag => 'v11.1.1',
:submodules => true
}
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.1'
}
s.source_files = "Source/*.swift"
s.source_files = "Source/SocketIOClient/**/*.swift", "Source/SocketIOClient/*.swift"
s.dependency "StarscreamSocketIO", "~> 8.0.3"
end