Commit 5f63109d authored by Eloy Duran's avatar Eloy Duran

Add a bit more info to the readme.

parent 28ab0e31
...@@ -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
#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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment