-
Notifications
You must be signed in to change notification settings - Fork 748
Description
Hey, first of all. Thanks for sharing this wonderful library! It is a indeed a great library. So thanks again for sharing!
I won't create the static libraries nor maintain the podspecs anymore. It was just too much work.
My troubles so far have been this:
- I've had troubles creating a proper podspec using the source directly
- Xcode 7 is complaining about the static libraries I've created
The dependencies to rapidjson, websocket and boost is what has been crippled me the most. If this framework didn't have any dependencies it would be so much easier to integrate. These dependencies will also theoretically create duplicate symbols for some if they also have a dependency to boost, websocket or rapidjson from other projects.
Why do I want to use cocoapods? Because I'm creating a framework to be embedded into other iOS apps (thus making this project a subdependency).
I'm gonna use the swift version from now on, even though I really would like to use the c++ version.