File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Socket.IO-Client-Swift"
3
3
s . module_name = "SocketIO"
4
- s . version = "11.1.0 "
4
+ s . version = "11.1.1 "
5
5
s . summary = "Socket.IO-client for iOS and OS X"
6
6
s . description = <<-DESC
7
7
Socket.IO-client for iOS and OS X.
@@ -17,12 +17,12 @@ Pod::Spec.new do |s|
17
17
s . requires_arc = true
18
18
s . source = {
19
19
:git => "https://github.com/socketio/socket.io-client-swift.git" ,
20
- :tag => 'v11.1.0 ' ,
20
+ :tag => 'v11.1.1 ' ,
21
21
:submodules => true
22
22
}
23
23
s . pod_target_xcconfig = {
24
24
'SWIFT_VERSION' => '3.1'
25
25
}
26
- s . source_files = "Source/*.swift"
26
+ s . source_files = "Source/SocketIOClient/**/*.swift" , "Source/SocketIOClient/ *.swift"
27
27
s . dependency "StarscreamSocketIO" , "~> 8.0.3"
28
28
end
You can’t perform that action at this time.
0 commit comments