iOS

Get Started with Cococapods

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 text file called a Podfile. CocoaPods will resolve dependencies between libraries, fetch the resulting …

Get Started with Cococapods Read More »