CocoaPods 学习
[TOC]
项目组成
CocoaPods is composed of the following projects:
| 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 |
| CocoaPods.app | A full-featured and standalone installation of CocoaPods. | info |
| Master Repo | Master repository of specifications. | guide |