Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
4c37b7e7
Commit
4c37b7e7
authored
Apr 09, 2015
by
Jonathan Hersh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] Goal updates
parent
0bbd1060
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
26 deletions
+24
-26
README.md
README.md
+24
-26
No files found.
README.md
View file @
4c37b7e7
...
@@ -8,10 +8,10 @@
...
@@ -8,10 +8,10 @@
CocoaPods manages dependencies for your Xcode projects.
CocoaPods manages dependencies for your Xcode projects.
You specify the dependencies for your project in
one easy text file. CocoaPods
You specify the dependencies for your project in
a simple text file: your
`Podfile`
.
resolves dependencies between libraries, fetches source code for the
CocoaPods recursively resolves dependencies between libraries, fetches
dependencies, and creates and maintains an Xcode workspace to build your
source code for all dependencies, and creates and maintains an Xcode
project.
workspace to build your
project.
Installing and updating CocoaPods is very easy. Don't miss the
[
Installation
Installing and updating CocoaPods is very easy. Don't miss the
[
Installation
guide](http://guides.cocoapods.org/using/getting-started.html#installation) and the
guide](http://guides.cocoapods.org/using/getting-started.html#installation) and the
...
@@ -19,29 +19,27 @@ guide](http://guides.cocoapods.org/using/getting-started.html#installation) and
...
@@ -19,29 +19,27 @@ guide](http://guides.cocoapods.org/using/getting-started.html#installation) and
## Project Goals
## Project Goals
Ultimately, the goal of CocoaPods is to improve the engagement in, and
CocoaPods aims to improve the engagement with, and discoverability
discoverability of, third party open-source libraries. The following list
of, third party open-source Cocoa libraries. These
includes the project goals which have influenced, and continue to
project goals influence and drive the design of CocoaPods:
drive the design of CocoaPods.
-
Create and share libraries, and use them in your own projects,
-
Being able to work in the system without creating extra work for
without creating extra work for library authors. Integrate
library authors. Making it possible to maintain a simple transparent
non-CocoaPods libraries and hack on your own fork of any
podspec outside of the library’s repository
.
CocoaPods library with a simple transparent
`Podspec`
standard
.
-
Not imposing any judgement of ‘correctness’ on how authors decide to
-
Allow library authors to structure their libraries however they like.
structure their library.
-
Save time for library authors by automating a lot of Xcode work not
-
CocoaPods should not impose any specific requirements on source-code
related to their libraries' functionality.
management systems. (Currently supported are git, svn, mercurial, bazaar, and
-
Support any source management system. (Currently supported are git,
various types of archives downloaded over HTTP.)
svn, mercurial, bazaar, and
various types of archives downloaded over HTTP.)
-
Pro
vide the ability to work in a distributed way
, but also provide
-
Pro
mote a culture of distributed collaboration on pods
, but also provide
features only possible with a centralised solution to foster a community.
features only possible with a centralised solution to foster a community.
-
Being able to build tools on top of the system, including those typically
-
Build tools on top of the core Cocoa development system, including those
deployed to other operating systems, such as web-services.
typically deployed to other operating systems, such as web-services.
-
Providing opinionated and automated integration, but making that completely
-
Provide opinionated and automated integration, but make it completely
optional. It’s perfectly possible to manually integrate the CocoaPods
optional. You may manually integrate your CocoaPods dependencies
Xcode project as you see fit, with or without a workspace.
into your Xcode project as you see fit, with or without a workspace.
-
Not depending on Apple to fix issues with Xcode or otherwise force
-
Solve everyday problems for Cocoa and Xcode developers.
authors to have to do a lot of Xcode work not related to their
library’s functionality.
## Sponsors
## Sponsors
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment