Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CPAN/gem-like repository for Objective-C and Cocoa?

Is there any centralized repository of useful Objective-C / Cocoa libraries as there is for Perl, Ruby, Python, etc.?

In building my first iPhone app, I'm finding myself implementing some very basic functions that would be just a quick "gem install" away in Ruby.

like image 920
Robert Sanders Avatar asked Sep 17 '08 23:09

Robert Sanders


2 Answers

There's a project for that! It's called CocoaPods!

Homepage: http://cocoapods.org/

Source: https://github.com/CocoaPods/CocoaPods

like image 196
Gurpartap Singh Avatar answered Oct 20 '22 20:10

Gurpartap Singh


Unfortunately not :( There are some very useful sites however. I find one of the best is cocoadev.com as it contains lots of useful information about many of the more obscure classes usually including snippets of code to do some really cool things :) Maybe we (the cocoa community) should look into building something like this!

Oh and I just remembered this site cocoadevcentral.com which is also very good for starting out with cocoa.

like image 3
Daniel Avatar answered Oct 20 '22 20:10

Daniel