EpicDirectories
Screenshot of the CocoaPods homepage
Package & Code Registries

CocoaPods

The Dependency Manager for iOS & Mac projects

Visit cocoapods.org →

Details

site title
CocoaPods.org
site description
The Dependency Manager for iOS & Mac projects
site final url
https://cocoapods.org/
site text excerpt
CocoaPods.org Toggle navigation About Guides Blog CocoaPods trunk is moving to be read-only. Read more on the blog , there are 3 months to go. * Type here to search by name, author and summary. Any iOS macOS watchOS tvOS All Swift Obj-C Sort by: Quality Quality Popularity A-Z Contributors Forks Stars Watchers results. load more Sorry. No pods found. Some suggestions: Make sure that all words are spelled correctly. Try different keywords. Try more general keywords. Split long words into pieces. What is CocoaPods CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 108 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly. Install Get Started Create a Pod CocoaPods is built with Ruby and is installable with the default Ruby available on macOS. We recommend you use the default ruby. Using the default Ruby install can require you to use sudo when installing gems. Further installation instructions are in the guides . $ sudo gem install cocoapods Search for pods (above). Then list the dependencies in a text file named Podfile in your Xcode project directory: platform :ios, '8.0' use_frameworks! target 'MyApp' do pod 'AFNetworking', '~> 2.6' pod 'ORStackView', '~> 3.0' pod 'SwiftyJSON', '~> 2.3' end Tip: CocoaPods provides a pod init command to create a Podfile with smart defaults. You should use it. Now you can install the dependencies in your project: $ pod install Make sure to always open the
site has feed
false
site fetched at
2026-09-21T12:09:25.736Z

Reviews

No reviews yet.

Write a review

Used CocoaPods? Say what it was like. Reviews are read by a person before they appear, and your email is never published.

Rating required

More in Package & Code Registries