We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 51ee965 + 0143dc2 commit e723604Copy full SHA for e723604
Socket.IO-Client-Swift.podspec
@@ -17,5 +17,6 @@ Pod::Spec.new do |s|
17
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.1.0' }
18
s.source_files = "Source/**/*.swift"
19
s.requires_arc = true
20
+ s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.0'}
21
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
22
end
0 commit comments