Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cocoapods | 14,122 | 6,339 | 233 | 12 days ago | 216 | September 13, 2021 | 495 | other | Ruby | |
The Cocoa Dependency Manager. | ||||||||||
Netfox | 3,445 | 19 | 2 months ago | 42 | February 11, 2020 | 33 | mit | Swift | ||
A lightweight, one line setup, iOS / OSX network debugging library! 🦊 | ||||||||||
Wescan | 2,615 | 2 | 2 months ago | 5 | March 11, 2020 | 3 | mit | Swift | ||
Document Scanning Made Easy for iOS | ||||||||||
Textattributes | 2,098 | 10 | 4 years ago | 11 | November 12, 2019 | mit | Swift | |||
An easier way to compose attributed strings | ||||||||||
Highlightr | 1,387 | 27 | 5 months ago | 9 | June 27, 2018 | 26 | mit | Swift | ||
iOS & OSX Syntax Highlighter. | ||||||||||
Swiftysound | 1,010 | 16 | 2 years ago | 11 | December 22, 2019 | 11 | mit | Swift | ||
SwiftySound is a simple library that lets you play sounds with a single line of code. | ||||||||||
Segementslide | 968 | 2 | 2 years ago | 35 | November 05, 2019 | 30 | apache-2.0 | Swift | ||
Multi-tier UIScrollView nested scrolling solution. 😋😋😋 | ||||||||||
Touchvisualizer | 843 | 14 | a year ago | 19 | October 22, 2018 | 15 | mit | Swift | ||
Lightweight touch visualization library in Swift. A single line of code and visualize your touches! | ||||||||||
Codablealamofire | 749 | 30 | 2 years ago | 5 | April 21, 2020 | 2 | mit | Swift | ||
An extension for Alamofire that converts JSON data into Decodable objects. | ||||||||||
Transitionabletab | 742 | 2 | 5 years ago | 5 | October 22, 2018 | 4 | mit | Swift | ||
TransitionableTab makes it easy to animate when switching between tab. |
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.
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:
Podspec
standard.git
,
svn
, mercurial
, bazaar
, and various types of archives downloaded over HTTP.)Lovingly sponsored by a collection of companies, see the footer of CocoaPods.org for an up-to-date list.
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.
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. |
CocoaPods is composed of the following projects:
Status | Project | Description | Info |
---|---|---|---|
CocoaPods | The CocoaPods command line tool. | guides | |
CocoaPods Core | Support for working with specifications and podfiles. | docs | |
CocoaPods Downloader | Downloaders for various source types. | docs | |
Xcodeproj | Create and modify Xcode projects from Ruby. | docs | |
CLAide | A small command-line interface framework. | docs | |
Molinillo | A powerful generic dependency resolver. | docs | |
Master Repo | Master repository of specifications. | guides |