Skip to content

Commit 8c5f53d

Browse files
committed
work on podspec
1 parent e6a2605 commit 8c5f53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Socket.IO-Client-Swift.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "Socket.IO-Client-Swift"
33
s.module_name = "SocketIO"
4-
s.version = "11.1.0"
4+
s.version = "11.1.1"
55
s.summary = "Socket.IO-client for iOS and OS X"
66
s.description = <<-DESC
77
Socket.IO-client for iOS and OS X.
@@ -17,12 +17,12 @@ Pod::Spec.new do |s|
1717
s.requires_arc = true
1818
s.source = {
1919
:git => "https://github.com/socketio/socket.io-client-swift.git",
20-
:tag => 'v11.1.0',
20+
:tag => 'v11.1.1',
2121
:submodules => true
2222
}
2323
s.pod_target_xcconfig = {
2424
'SWIFT_VERSION' => '3.1'
2525
}
26-
s.source_files = "Source/*.swift"
26+
s.source_files = "Source/SocketIOClient/**/*.swift", "Source/SocketIOClient/*.swift"
2727
s.dependency "StarscreamSocketIO", "~> 8.0.3"
2828
end

0 commit comments

Comments
 (0)