File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
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 = "10.0.1 "
4
+ s . version = "10.1.0 "
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.
@@ -14,10 +14,14 @@ Pod::Spec.new do |s|
14
14
s . ios . deployment_target = '8.0'
15
15
s . osx . deployment_target = '10.10'
16
16
s . tvos . deployment_target = '9.0'
17
- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v10.0.1 ' }
17
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v10.1.0 ' }
18
18
s . source_files = "Source/**/*.swift"
19
- s . requires_arc = true
20
- s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3.1' }
21
19
s . libraries = 'z'
20
+ s . preserve_paths = 'zlib/*'
21
+ s . requires_arc = true
22
+ s . pod_target_xcconfig = {
23
+ 'SWIFT_VERSION' => '3.1' ,
24
+ 'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/Socket.IO-Client-Swift/zlib'
25
+ }
22
26
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
23
27
end
You can’t perform that action at this time.
0 commit comments