docs: remove Cocoapods from iOS installation guide. (#78)

As mentioned in #67, Cocoapods is not supported at this time.
This commit is contained in:
jianjunz 2022-03-09 22:00:29 +08:00 committed by GitHub
parent 7496162fa3
commit c733c3e165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,6 @@
## iOS ## iOS
### Option 1: Cocoapods ### Option 1: Create a static library
```
pod 'SocketIO-Client-CPP'
```
### Option 2: Create a static library
1. Create a static library 1. Create a static library
1. Copy the header files into xcode 1. Copy the header files into xcode
@ -26,7 +20,7 @@ libtool -static -o libUniversalDebug.a Debug-iphoneos/libsioclient.a Debug-iphon
``` ```
### Option 3: Manual integration ### Option 2: Manual integration
Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically. It installs boost to `<shell folder>/prefix`. Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically. It installs boost to `<shell folder>/prefix`.