I don't see the point of CocoaPods, but would love to be convinced.(blog.mosheberman.com)
blog.mosheberman.com
I don't see the point of CocoaPods, but would love to be convinced.
http://blog.mosheberman.com/why-i-dont-use-cocoapods/
http://blog.mosheberman.com/why-i-dont-use-cocoapods/
But they manage to totally screw that. First of all, they drop the support for Frameworks!! So if you want to ship a cross platform (MacOS/iOS) library, you must maintain two targets (one static lib for iOS (and good luck to manage its inner resources), one framework for MacOS). You also have to be careful to have compatible architecture between the sub project and the parent project, a problem that is aggravated by the multiplication of iOS architectures (armv 5, 6, 7, 8, 9, ...). Apparently, forwarding the required architectures from a parent project down to its dependant sub projects is a very difficult problem...
Then, the community feels the need to fix this mess to have a working environment where you can easily share your work: CocoaPods was born.