diff --git a/Socket.IO-Client-Swift.podspec b/Socket.IO-Client-Swift.podspec index bc03cb9..051c34b 100644 --- a/Socket.IO-Client-Swift.podspec +++ b/Socket.IO-Client-Swift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Socket.IO-Client-Swift" s.module_name = "SocketIO" - s.version = "11.1.0" + s.version = "11.1.1" s.summary = "Socket.IO-client for iOS and OS X" s.description = <<-DESC Socket.IO-client for iOS and OS X. @@ -17,12 +17,12 @@ Pod::Spec.new do |s| s.requires_arc = true s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", - :tag => 'v11.1.0', + :tag => 'v11.1.1', :submodules => true } s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' } - s.source_files = "Source/*.swift" + s.source_files = "Source/SocketIOClient/**/*.swift", "Source/SocketIOClient/*.swift" s.dependency "StarscreamSocketIO", "~> 8.0.3" end