Cocoapods

Alternatives To Cocoapods
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Cocoapods14,1226,33923312 days ago216September 13, 2021495otherRuby
The Cocoa Dependency Manager.
Netfox3,445
192 months ago42February 11, 202033mitSwift
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
Wescan2,615
22 months ago5March 11, 20203mitSwift
Document Scanning Made Easy for iOS
Textattributes2,098
104 years ago11November 12, 2019mitSwift
An easier way to compose attributed strings
Highlightr1,387
275 months ago9June 27, 201826mitSwift
iOS & OSX Syntax Highlighter.
Swiftysound1,010
162 years ago11December 22, 201911mitSwift
SwiftySound is a simple library that lets you play sounds with a single line of code.
Segementslide968
22 years ago35November 05, 201930apache-2.0Swift
Multi-tier UIScrollView nested scrolling solution. 😋😋😋
Touchvisualizer843
14a year ago19October 22, 201815mitSwift
Lightweight touch visualization library in Swift. A single line of code and visualize your touches!
Codablealamofire749
302 years ago5April 21, 20202mitSwift
An extension for Alamofire that converts JSON data into Decodable objects.
Transitionabletab742
25 years ago5October 22, 20184mitSwift
TransitionableTab makes it easy to animate when switching between tab.
Alternatives To Cocoapods
Select To Compare


Alternative Project Comparisons
Readme

CocoaPods Logo

CocoaPods: The Cocoa dependency manager

Build Status Gem Version Maintainability Test Coverage

CocoaPods manages dependencies for your Xcode projects.

You specify the dependencies for your project in a simple text file: your Podfile. CocoaPods recursively resolves dependencies between libraries, fetches source code for all dependencies, and creates and maintains an Xcode workspace to build your project. The latest released Xcode versions and the prior version are supported.

Installing and updating CocoaPods is very easy. Don't miss the Installation guide and the Getting Started guide.

Project Goals

CocoaPods aims to improve the engagement with, and discoverability of, third party open-source Cocoa libraries. These project goals influence and drive the design of CocoaPods:

  • Create and share libraries, and use them in your own projects, without creating extra work for library authors. Integrate non-CocoaPods libraries and hack on your own fork of any CocoaPods library with a simple transparent Podspec standard.
  • Allow library authors to structure their libraries however they like.
  • Save time for library authors by automating a lot of Xcode work not related to their libraries' functionality.
  • Support any source management system. (Currently supported are git, svn, mercurial, bazaar, and various types of archives downloaded over HTTP.)
  • Promote a culture of distributed collaboration on pods, but also provide features only possible with a centralised solution to foster a community.
  • Build tools on top of the core Cocoa development system, including those typically deployed to other operating systems, such as web-services.
  • Provide opinionated and automated integration, but make it completely optional. You may manually integrate your CocoaPods dependencies into your Xcode project as you see fit, with or without a workspace.
  • Solve everyday problems for Cocoa and Xcode developers.

Sponsors

Lovingly sponsored by a collection of companies, see the footer of CocoaPods.org for an up-to-date list.

Collaborate

All CocoaPods development happens on GitHub. Contributions make for good karma and we welcome new contributors with joy. We take contributors seriously, and thus have a contributor code of conduct.

Links

Link Description
CocoaPods.org Homepage and search for Pods.
@CocoaPods Follow CocoaPods on Twitter to stay up to date.
Blog The CocoaPods blog.
Mailing List Feel free to ask any kind of question.
Guides Everything you want to know about CocoaPods.
Changelog See the changes introduced in each CocoaPods version.
New Pods RSS Don't miss any new Pods.
Code of Conduct Find out the standards we hold ourselves to.

Projects

CocoaPods is composed of the following projects:

Status Project Description Info
Build Status CocoaPods The CocoaPods command line tool. guides
Build Status CocoaPods Core Support for working with specifications and podfiles. docs
Build Status CocoaPods Downloader Downloaders for various source types. docs
Build Status Xcodeproj Create and modify Xcode projects from Ruby. docs
Build Status CLAide A small command-line interface framework. docs
Build Status Molinillo A powerful generic dependency resolver. docs
Master Repo Master repository of specifications. guides
Popular Dependency Manager Projects
Popular Xcode Projects
Popular Package Managers Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Ruby
Swift
Objective C
Xcode
Package Manager
Dependency Manager