I want to build my CocoaPods libraries into single library (or even multiple will also be OK) in order to:
- Freeze pod libraries versions
- Reduce build server build time (building libraries takes a lot of time)
Is there a way to build CocoaPods libraries into 1 or several static libraries and link them to my project?