still try and fix cocoapods

This commit is contained in:
Erik 2016-09-14 07:59:19 -04:00
parent 2810e56162
commit db35decac9
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D
2 changed files with 1 additions and 1 deletions

1
.swift_version Normal file
View File

@ -0,0 +1 @@
3.0

View File

@ -17,6 +17,5 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.0.0' } s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.0.0' }
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