When you are working on larger projects, it is good to write separate reusable code into a library. On iOS, CocoaPods is a great tool to handle app dependencies, and it also enables you to create your private library as a Cocoa Pod.CocoaPods is a tool for adding open-source code to your project. Creating a … Continue reading Why You Should Start Using Private Pods in Your iOS App Project