You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -60,20 +60,20 @@ If you need Swift 1.2/Xcode 6.3/4 use v2.4.5 (Pre-Swift 2 support is no longer m
60
60
61
61
If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer maintained)
62
62
63
+
Manually (iOS 7+)
64
+
-----------------
65
+
1. Copy the SocketIOClientSwift folder into your Xcode project. (Make sure you add the files to your target(s))
66
+
2. If you plan on using this from Objective-C, read [this](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html) on exposing Swift code to Objective-C.
67
+
63
68
Carthage
64
69
-----------------
65
70
Add this line to your `Cartfile`:
66
71
```
67
-
github "socketio/socket.io-client-swift" ~> 3.1.5 # Or latest version
72
+
github "socketio/socket.io-client-swift" ~> 3.1.6 # Or latest version
68
73
```
69
74
70
75
Run `carthage update --platform ios,macosx`.
71
76
72
-
Manually (iOS 7+)
73
-
-----------------
74
-
1. Copy the SocketIOClientSwift folder into your Xcode project. (Make sure you add the files to your target(s))
75
-
2. If you plan on using this from Objective-C, read [this](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html) on exposing Swift code to Objective-C.
76
-
77
77
CocoaPods 0.36.0 or later (iOS 8+)
78
78
------------------
79
79
Create `Podfile` and add `pod 'Socket.IO-Client-Swift'`:
0 commit comments