Skip to content

Commit ec5a853

Browse files
committed
Merge branch 'development'
* development: Re-add swift language to podspec
2 parents 74c45d5 + 1ed131d commit ec5a853

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Socket.IO-Client-Swift.podspec

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Pod::Spec.new do |s|
2020
:tag => 'v11.0.1',
2121
:submodules => true
2222
}
23+
s.pod_target_xcconfig = {
24+
'SWIFT_VERSION' => '3.1'
25+
}
2326
s.source_files = "Source/*.swift"
2427
s.dependency "StarscreamSocketIO", "~> 8.0.2"
2528
end

0 commit comments

Comments
 (0)