File tree 4 files changed +13
-13
lines changed
Socket.IO-Client-Swift.xcodeproj/xcshareddata/xcschemes
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ Carthage
91
91
-----------------
92
92
Add this line to your ` Cartfile ` :
93
93
```
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
95
95
```
96
96
97
97
Run ` carthage update --platform ios,macosx ` .
@@ -104,7 +104,7 @@ Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
104
104
use_frameworks!
105
105
106
106
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
108
108
end
109
109
```
110
110
@@ -133,7 +133,7 @@ CocoaSeeds
133
133
Add this line to your ` Seedfile ` :
134
134
135
135
```
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
137
137
```
138
138
139
139
Run ` seed install ` .
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 = "SocketIOClientSwift"
4
- s . version = "6.1.6 "
4
+ s . version = "7.0.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,7 +14,7 @@ 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 => 'v6.1.6 ' }
17
+ s . source = { :git => "https://github.com/socketio/socket.io-client-swift.git" , :tag => 'v7.0.0 ' }
18
18
s . source_files = "Source/**/*.swift"
19
19
s . requires_arc = true
20
20
# s.dependency 'Starscream', '~> 0.9' # currently this repo includes Starscream swift files
Original file line number Diff line number Diff line change 15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
17
BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
18
- BuildableName = " SocketIOClientSwift .framework"
18
+ BuildableName = " SocketIO .framework"
19
19
BlueprintName = " SocketIO-Mac"
20
20
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
21
21
</BuildableReference >
57
57
<BuildableReference
58
58
BuildableIdentifier = " primary"
59
59
BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
60
- BuildableName = " SocketIOClientSwift .framework"
60
+ BuildableName = " SocketIO .framework"
61
61
BlueprintName = " SocketIO-Mac"
62
62
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
63
63
</BuildableReference >
79
79
<BuildableReference
80
80
BuildableIdentifier = " primary"
81
81
BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
82
- BuildableName = " SocketIOClientSwift .framework"
82
+ BuildableName = " SocketIO .framework"
83
83
BlueprintName = " SocketIO-Mac"
84
84
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
85
85
</BuildableReference >
97
97
<BuildableReference
98
98
BuildableIdentifier = " primary"
99
99
BlueprintIdentifier = " 572EF2371B51F18A00EEBB58"
100
- BuildableName = " SocketIOClientSwift .framework"
100
+ BuildableName = " SocketIO .framework"
101
101
BlueprintName = " SocketIO-Mac"
102
102
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
103
103
</BuildableReference >
Original file line number Diff line number Diff line change 15
15
<BuildableReference
16
16
BuildableIdentifier = " primary"
17
17
BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
18
- BuildableName = " SocketIOClientSwift .framework"
18
+ BuildableName = " SocketIO .framework"
19
19
BlueprintName = " SocketIO-iOS"
20
20
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
21
21
</BuildableReference >
58
58
<BuildableReference
59
59
BuildableIdentifier = " primary"
60
60
BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
61
- BuildableName = " SocketIOClientSwift .framework"
61
+ BuildableName = " SocketIO .framework"
62
62
BlueprintName = " SocketIO-iOS"
63
63
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
64
64
</BuildableReference >
80
80
<BuildableReference
81
81
BuildableIdentifier = " primary"
82
82
BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
83
- BuildableName = " SocketIOClientSwift .framework"
83
+ BuildableName = " SocketIO .framework"
84
84
BlueprintName = " SocketIO-iOS"
85
85
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
86
86
</BuildableReference >
98
98
<BuildableReference
99
99
BuildableIdentifier = " primary"
100
100
BlueprintIdentifier = " 572EF2181B51F16C00EEBB58"
101
- BuildableName = " SocketIOClientSwift .framework"
101
+ BuildableName = " SocketIO .framework"
102
102
BlueprintName = " SocketIO-iOS"
103
103
ReferencedContainer = " container:Socket.IO-Client-Swift.xcodeproj" >
104
104
</BuildableReference >
You can’t perform that action at this time.
0 commit comments