update cocoapods documentation

This commit is contained in:
Erik 2016-01-17 09:22:59 -05:00
parent 03d5f56114
commit e366e808ae

View File

@ -112,13 +112,13 @@ Import the module:
Swift:
```swift
import Socket_IO_Client_Swift
import SocketIOClientSwift
```
Objective-C:
```Objective-C
#import <Socket_IO_Client_Swift/Socket_IO_Client_Swift-Swift.h>
#import <Socket_IO_Client_Swift/SocketIOClientSwift-Swift.h>
```
CocoaSeeds