Skip to content

Commit 7d07e55

Browse files
committed
Fix cocoapods name
1 parent e8c3e22 commit 7d07e55

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Carthage
9191
-----------------
9292
Add this line to your `Cartfile`:
9393
```
94-
github "socketio/socket.io-client-swift" ~> 7.0.1 # Or latest version
94+
github "socketio/socket.io-client-swift" ~> 7.0.3 # Or latest version
9595
```
9696

9797
Run `carthage update --platform ios,macosx`.
@@ -104,7 +104,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
104104
use_frameworks!
105105

106106
target 'YourApp' do
107-
pod 'Socket.IO-Client-Swift', '~> 7.0.1' # Or latest version
107+
pod 'Socket.IO-Client-Swift', '~> 7.0.3' # Or latest version
108108
end
109109
```
110110

@@ -133,7 +133,7 @@ CocoaSeeds
133133
Add this line to your `Seedfile`:
134134

135135
```
136-
github "socketio/socket.io-client-swift", "v7.0.1", :files => "Source/*.swift" # Or latest version
136+
github "socketio/socket.io-client-swift", "v7.0.3", :files => "Source/*.swift" # Or latest version
137137
```
138138

139139
Run `seed install`.

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

+3-3
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"
3-
s.module_name = "SocketIOClientSwift"
4-
s.version = "7.0.2"
3+
s.module_name = "SocketIO"
4+
s.version = "7.0.3"
55
s.summary = "Socket.IO-client for iOS and OS X"
66
s.description = <<-DESC
77
Socket.IO-client for iOS and OS X.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
1414
s.ios.deployment_target = '8.0'
1515
s.osx.deployment_target = '10.10'
1616
s.tvos.deployment_target = '9.0'
17-
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v7.0.2' }
17+
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v7.0.3' }
1818
s.source_files = "Source/**/*.swift"
1919
s.requires_arc = true
2020
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files

0 commit comments

Comments
 (0)