fix Use Legacy Swift issue

This commit is contained in:
Jin Sun 2016-10-18 17:29:01 +08:00 committed by GitHub
parent 3e3ba60165
commit 0143dc25bf

View File

@ -17,5 +17,6 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.0.2' } s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.0.2' }
s.source_files = "Source/**/*.swift" s.source_files = "Source/**/*.swift"
s.requires_arc = true s.requires_arc = true
s.pod_target_xcconfig = {'SWIFT_VERSION' => '3.0'}
# 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