From c733c3e165cc0ff64a31cd5c3990638a954bfdc9 Mon Sep 17 00:00:00 2001 From: jianjunz Date: Wed, 9 Mar 2022 22:00:29 +0800 Subject: [PATCH] docs: remove Cocoapods from iOS installation guide. (#78) As mentioned in #67, Cocoapods is not supported at this time. --- INSTALL_IOS.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/INSTALL_IOS.md b/INSTALL_IOS.md index 881b208..e154cf8 100644 --- a/INSTALL_IOS.md +++ b/INSTALL_IOS.md @@ -1,12 +1,6 @@ ## iOS -### Option 1: Cocoapods - -``` -pod 'SocketIO-Client-CPP' -``` - -### Option 2: Create a static library +### Option 1: Create a static library 1. Create a static library 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 `/prefix`.