Re-add swift language to podspec

This commit is contained in:
Erik Little 2017-08-08 06:02:37 -04:00
parent 74c45d5881
commit 1ed131d925
No known key found for this signature in database
GPG Key ID: 62F837E56F4E9320

View File

@ -20,6 +20,9 @@ Pod::Spec.new do |s|
:tag => 'v11.0.1', :tag => 'v11.0.1',
:submodules => true :submodules => true
} }
s.pod_target_xcconfig = {
'SWIFT_VERSION' => '3.1'
}
s.source_files = "Source/*.swift" s.source_files = "Source/*.swift"
s.dependency "StarscreamSocketIO", "~> 8.0.2" s.dependency "StarscreamSocketIO", "~> 8.0.2"
end end