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
43670906
Commit
43670906
authored
Apr 06, 2015
by
Kyle Fuller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] Include our project goals
parent
140c49aa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
README.md
README.md
+26
-3
No files found.
README.md
View file @
43670906
...
@@ -13,13 +13,36 @@ resolves dependencies between libraries, fetches source code for the
...
@@ -13,13 +13,36 @@ resolves dependencies between libraries, fetches source code for the
dependencies, and creates and maintains an Xcode workspace to build your
dependencies, and creates and maintains an Xcode workspace to build your
project.
project.
Ultimately, the goal is to improve discoverability of, and engagement in, third
party open-source libraries, by creating a more centralized ecosystem.
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
[
Getting started guide
](
https://guides.cocoapods.org/using/getting-started.html
)
.
[
Getting started guide
](
https://guides.cocoapods.org/using/getting-started.html
)
.
## Project Goals
Ultimately, the goal of CocoaPods is to improve the engagement in, and
discoverability of, third party open-source libraries. The following list
includes the project goals which have influenced, and continues to
drive the design of CocoaPods.
-
Being able to work in the system without creating extra work for
library authors. Making it possible to maintain a simple transparent
podspec outside of the library’s repository.
-
Not imposing any judgement of ‘correctness’ on how authors decide to
structure their library.
-
CocoaPods should not impose any specific requirements on source-code
management systems. (Currently supported are git, svn, mercurial, bazaar, and
various types of archives downloaded over HTTP.)
-
Provide the ability to work in a distributed way, but also provide
features only possible with a centralised solution to foster a community.
-
Being able to build tools on top of the system, including those typically
deployed to other operating systems, such as web-services.
-
Providing opinionated and automated integration, but making that completely
optional. It’s perfectly possible to manually integrate the CocoaPods
Xcode project as you see fit, with or without a workspace.
-
Not depending on Apple to fix issues with Xcode or otherwise force
authors to have to do a lot of Xcode work not related to their
library’s functionality.
## Sponsors
## Sponsors
Lovingly sponsored by a collection of companies, see the footer of
[
CocoaPods.org
](
https://cocoapods.org
)
for an up-to-date list.
Lovingly sponsored by a collection of companies, see the footer of
[
CocoaPods.org
](
https://cocoapods.org
)
for an up-to-date list.
...
...
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