CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| License | MIT | 
| ReleasedLast Release | Sep 2015 | 
Maintained by HÃ¥vard Fossli, Melo Yao.
Static libraries for the Socket.IO C++ client.
When publishing a new version you need to
Headers/**
libUniversalDebug.a
libUniversalRelease.a
SocketIO-Client-CPP.podspec
$ pod lib lint$ pod trunk pushUse the static libraries generated by following this example.
Create one for
Join the debug libraries and the release libraries with e.g.
libtool -static -o libUniversalRelease.a Release-iphoneos/libsioclient.a Release-iphonesimulator/libsioclient.a
libtool -static -o libUniversalDebug.a Debug-iphoneos/libsioclient.a Debug-iphonesimulator/libsioclient.a