File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-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
- s . version = "1.1.1 "
3
+ s . version = "1.1.2 "
4
4
s . summary = "Socket.IO-client for Swift"
5
5
s . description = <<-DESC
6
6
Socket.IO-client for Swift.
@@ -10,9 +10,9 @@ Pod::Spec.new do |s|
10
10
s . homepage = "https://github.com/socketio/socket.io-client-swift"
11
11
s . license = { :type => 'MIT' }
12
12
s . author = { "Erik" => "[email protected] " }
13
- s . platform = :ios , " 8.0"
14
- s . platform = :osx , " 10.10"
15
- s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v1.1.1 ' }
13
+ s . ios . deployment_target = ' 8.0'
14
+ s . osx . deployment_target = ' 10.10'
15
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v1.1.2 ' }
16
16
s . source_files = "SwiftIO/**/*.swift"
17
17
s . requires_arc = true
18
18
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
You can’t perform that action at this time.
0 commit comments