Add CocoaSeeds installation

This commit is contained in:
Tom Baranes 2015-10-07 08:49:49 +02:00
parent 3c79bd0a75
commit a0c213364d

View File

@ -95,15 +95,30 @@ $ pod install
Import the module: Import the module:
Swift: Swift:
```swift ```
swift
import Socket_IO_Client_Swift 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
----------- -----------