
Install CocoaPods and setup with your Xcode project
CocoaPods is a dependency management tool for iOs and OS X development.
It makes managing third part libraries in an Xcode easy and straightly.
CocoaPods will resolve dependencies between libraries, fetch the resulting source code, then link it together in an Xcode workspace to build your project.
Why Should we use CocoaPods.
Sometimes...