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
5f63109d
Commit
5f63109d
authored
Sep 18, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a bit more info to the readme.
parent
28ab0e31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletion
+14
-1
README.md
README.md
+13
-0
Podfile
examples/Podfile
+1
-1
No files found.
README.md
View file @
5f63109d
...
@@ -36,6 +36,16 @@ The load time can be improved a bit by compiling the Ruby source files:
...
@@ -36,6 +36,16 @@ The load time can be improved a bit by compiling the Ruby source files:
$ macgem compile cocoapods
$ macgem compile cocoapods
## Roadmap
*
Have. To. Do. A. Lot.
So feel free to create
[
tickets
][
tickets
]
with ideas, feedback, and issues.
I will give out push access to the
[
cocoapods
][
cocoapods
]
and
[
master spec-repo
][
cocoapods-specs
]
to anyone that has one patch accepted.
## Contact
## Contact
Eloy Durán:
Eloy Durán:
...
@@ -51,6 +61,9 @@ These works are available under the MIT license. See the [LICENSE][license] file
...
@@ -51,6 +61,9 @@ These works are available under the MIT license. See the [LICENSE][license] file
for more info.
for more info.
[
cocoapods
]:
https://github.com/alloy/cocoapods
[
cocoapods-specs
]:
https://github.com/alloy/cocoapods-specs
[
tickets
]:
https://github.com/alloy/cocoapods/issues
[
ticket
]:
https://github.com/alloy/cocoapods/issues/3
[
ticket
]:
https://github.com/alloy/cocoapods/issues/3
[
wiki
]:
https://github.com/alloy/cocoapods/wiki
[
wiki
]:
https://github.com/alloy/cocoapods/wiki
[
license
]:
cocoa-pods/blob/master/LICENSE
[
license
]:
cocoa-pods/blob/master/LICENSE
examples/Podfile
View file @
5f63109d
#dependency 'doesnotexist'
#dependency 'doesnotexist'
dependency
'SSZipArchive'
,
'>= 1'
dependency
'SSZipArchive'
#dependency 'ASIHTTPRequest', '1.8'
#dependency 'ASIHTTPRequest', '1.8'
dependency
'ASIWebPageRequest'
,
'= 1.8'
dependency
'ASIWebPageRequest'
,
'= 1.8'
...
...
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