Merge pull request #201 from tbaranes/master
Add CocoaSeeds installation
This commit is contained in:
commit
18a227e591
13
README.md
13
README.md
@ -100,10 +100,23 @@ import Socket_IO_Client_Swift
|
|||||||
```
|
```
|
||||||
|
|
||||||
Objective-C:
|
Objective-C:
|
||||||
|
|
||||||
```Objective-C
|
```Objective-C
|
||||||
#import <Socket_IO_Client_Swift/Socket_IO_Client_Swift-Swift.h>
|
#import <Socket_IO_Client_Swift/Socket_IO_Client_Swift-Swift.h>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
CocoaSeeds
|
||||||
|
-----------------
|
||||||
|
|
||||||
|
Add this line to your `Seedfile`:
|
||||||
|
|
||||||
|
```
|
||||||
|
github "socketio/socket.io-client-swift", "v3.1.4", :files => "SocketIOClientSwift/*.swift" # Or latest version
|
||||||
|
```
|
||||||
|
|
||||||
|
Run `seed install`.
|
||||||
|
|
||||||
|
|
||||||
##API
|
##API
|
||||||
Constructors
|
Constructors
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user