Get Started with Cococapods
A short guide on how to get started with CocoaPods.
If you are new in Swift programming look at cocoapods as the npm in NodeJs or React. Just like npm, Cocoapods is a dependency manager for Cocoas projects.
CocoaPods manages library dependencies for your Xcode projects.
The dependencies for your projects are specified in a single…