Skip to content

Commit e723604

Browse files
authored
Merge pull request #544 from alexsun/patch-1
fix Use Legacy Swift issue
2 parents 51ee965 + 0143dc2 commit e723604

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.1.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)