Skip to content

Commit abbd8e6

Browse files
committed
update
1 parent 3ba793a commit abbd8e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: Socket.IO-Client-Swift.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Socket.IO-Client-Swift"
3-
s.version = "1.1.1"
3+
s.version = "1.1.2"
44
s.summary = "Socket.IO-client for Swift"
55
s.description = <<-DESC
66
Socket.IO-client for Swift.
@@ -10,9 +10,9 @@ Pod::Spec.new do |s|
1010
s.homepage = "https://github.com/socketio/socket.io-client-swift"
1111
s.license = { :type => 'MIT' }
1212
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' }
1616
s.source_files = "SwiftIO/**/*.swift"
1717
s.requires_arc = true
1818
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files

0 commit comments

Comments
 (0)