Skip to content

Commit 2810e56

Browse files
committed
Try and fix cocoapods
1 parent 79e22b7 commit 2810e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Socket.IO-Client-Swift.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ Pod::Spec.new do |s|
1717
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v8.0.0' }
1818
s.source_files = "Source/**/*.swift"
1919
s.requires_arc = true
20+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
2021
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
2122
end

0 commit comments

Comments
 (0)