Product Avatar Image

CocoaPods

Show rating breakdown
21 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.4
Serving customers since
Profile Filters

All Products & Services

Profile Name

Star Rating

12
8
0
1
0

CocoaPods Reviews

Review Filters
Profile Name
Star Rating
12
8
0
1
0
Verified User in Computer Software
UC
Verified User in Computer Software
10/24/2020
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

Recently CocoaPods increase the stability of the dependencies, and it's more convenient than ever.

Implementation of the CocoaPods is straight-forward, and my personal opinion: CocoaPods is way better then Carthage and other dependency managers.
Nathan K.
NK
Nathan K.
Senior iOS Developer
10/23/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

Complete framework/dependency management without all the fluff.

Repos can have a lot of files and content that are not necessary to build and include a framework. Travis and CircleIO configurations, test files and data, and old left over code are but a few examples of unnecessary files and clutter that tend to come with a majority of package/dependency managers. The primary reason being that they download the entire repo. With Cocoapods the developers of frameworks specify the exact files needed to build each release. With a larger project this can make a major difference when searching during debugging. Additionally Cocoapods offers submodule like behavior. Where Carthage and Swift Package Manager only allows one framework per source. Cococapod allows many sub targets/frameworks. This is great for creating a core API SDK and adding sub-frameworks that, for instance, may add authentication specific code for a specific project.
Verified User in Non-Profit Organization Management
UN
Verified User in Non-Profit Organization Management
10/20/2020
Validated Reviewer
Review source: G2 invite
Incentivized Review

I recommend it because there it’s a a lot of custom libraries that save your time in development.

The best things it’s provide detailed level installation process for how to use library in project.Easier to use.

About

Contact

HQ Location:
N/A

Social

@CocoaPods

What is CocoaPods?

CocoaPods is an application-level dependency manager for the Objective-C, Swift, and any other programming languages that run on the Objective-C runtime. It provides a standardized format for managing external libraries or frameworks that you might want to integrate into your iOS, macOS, watchOS, or tvOS projects. CocoaPods takes care of downloading the source code for these dependencies, resolving their versions, compiling them, and linking them with your project in an automated way.The service uses a simple text file named `Podfile` where you list the libraries your project needs. CocoaPods then ensures that all dependencies for your project are satisfied and kept up to date. It is heavily used in the iOS development community for its ease of use and extensive library database.

Details

Website
cocoapods.org