Swift iOS Development: Using Dependency Manager: CocoaPods



Swift iOS Development: Using Dependency Manager: CocoaPods

Swift iOS Development: Using Dependency Manager: CocoaPods

Check all tips and tricks:

http://bit.ly/SwiftTipsYouTube16

============================================
Using Dependency Manager: CocoaPods

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over ten thousand libraries and can help you scale your projects elegantly.

CocoaPods manages dependencies for your Xcode projects.

You specify the dependencies for your project in one easy text file. CocoaPods resolves dependencies between libraries, fetches source code for the dependencies, and creates and maintains an Xcode workspace to build your project.

Ultimately, the goal is to improve discoverability of, and engagement in, third party open-source libraries, by creating a more centralized ecosystem.

Comments are closed.