Skip to content

Commit 4a9013d

Browse files
committed
bump version
1 parent 2910355 commit 4a9013d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

README.md

Lines changed: 3 additions & 3 deletions
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" ~> 6.1.6 # Or latest version
94+
github "socketio/socket.io-client-swift" ~> 7.0.0 # 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', '~> 6.1.6' # Or latest version
107+
pod 'Socket.IO-Client-Swift', '~> 7.0.0' # 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", "v6.1.6", :files => "Source/*.swift" # Or latest version
136+
github "socketio/socket.io-client-swift", "v7.0.0", :files => "Source/*.swift" # Or latest version
137137
```
138138

139139
Run `seed install`.

Socket.IO-Client-Swift.podspec

Lines changed: 2 additions & 2 deletions
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"
33
s.module_name = "SocketIOClientSwift"
4-
s.version = "6.1.6"
4+
s.version = "7.0.0"
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 => 'v6.1.6' }
17+
s.source = { :git => "https://github.com/socketio/socket.io-client-swift.git", :tag => 'v7.0.0' }
1818
s.source_files = "Source/**/*.swift"
1919
s.requires_arc = true
2020
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files

Socket.IO-Client-Swift.xcodeproj/xcshareddata/xcschemes/SocketIO-Mac.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "572EF2371B51F18A00EEBB58"
18-
BuildableName = "SocketIOClientSwift.framework"
18+
BuildableName = "SocketIO.framework"
1919
BlueprintName = "SocketIO-Mac"
2020
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
2121
</BuildableReference>
@@ -57,7 +57,7 @@
5757
<BuildableReference
5858
BuildableIdentifier = "primary"
5959
BlueprintIdentifier = "572EF2371B51F18A00EEBB58"
60-
BuildableName = "SocketIOClientSwift.framework"
60+
BuildableName = "SocketIO.framework"
6161
BlueprintName = "SocketIO-Mac"
6262
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
6363
</BuildableReference>
@@ -79,7 +79,7 @@
7979
<BuildableReference
8080
BuildableIdentifier = "primary"
8181
BlueprintIdentifier = "572EF2371B51F18A00EEBB58"
82-
BuildableName = "SocketIOClientSwift.framework"
82+
BuildableName = "SocketIO.framework"
8383
BlueprintName = "SocketIO-Mac"
8484
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
8585
</BuildableReference>
@@ -97,7 +97,7 @@
9797
<BuildableReference
9898
BuildableIdentifier = "primary"
9999
BlueprintIdentifier = "572EF2371B51F18A00EEBB58"
100-
BuildableName = "SocketIOClientSwift.framework"
100+
BuildableName = "SocketIO.framework"
101101
BlueprintName = "SocketIO-Mac"
102102
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
103103
</BuildableReference>

Socket.IO-Client-Swift.xcodeproj/xcshareddata/xcschemes/SocketIO-iOS.xcscheme

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "572EF2181B51F16C00EEBB58"
18-
BuildableName = "SocketIOClientSwift.framework"
18+
BuildableName = "SocketIO.framework"
1919
BlueprintName = "SocketIO-iOS"
2020
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
2121
</BuildableReference>
@@ -58,7 +58,7 @@
5858
<BuildableReference
5959
BuildableIdentifier = "primary"
6060
BlueprintIdentifier = "572EF2181B51F16C00EEBB58"
61-
BuildableName = "SocketIOClientSwift.framework"
61+
BuildableName = "SocketIO.framework"
6262
BlueprintName = "SocketIO-iOS"
6363
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
6464
</BuildableReference>
@@ -80,7 +80,7 @@
8080
<BuildableReference
8181
BuildableIdentifier = "primary"
8282
BlueprintIdentifier = "572EF2181B51F16C00EEBB58"
83-
BuildableName = "SocketIOClientSwift.framework"
83+
BuildableName = "SocketIO.framework"
8484
BlueprintName = "SocketIO-iOS"
8585
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
8686
</BuildableReference>
@@ -98,7 +98,7 @@
9898
<BuildableReference
9999
BuildableIdentifier = "primary"
100100
BlueprintIdentifier = "572EF2181B51F16C00EEBB58"
101-
BuildableName = "SocketIOClientSwift.framework"
101+
BuildableName = "SocketIO.framework"
102102
BlueprintName = "SocketIO-iOS"
103103
ReferencedContainer = "container:Socket.IO-Client-Swift.xcodeproj">
104104
</BuildableReference>

0 commit comments

Comments
 (0)