Live data from Hacker News

CocoaDocs - Documentation for iOS Libraries

cocoadocs.org

1–10 of 31 posts

Re: CocoaDocs - Documentation for iOS Libraries

#3
Hey guys & gals, I created cocoadocs to try and fill a gap in the iOS ecosystem. It's a site that acts similar to rubydocs in that it gets the latest cocoapods libraries and documents them using a custom flavour of appledoc. I'm planning on adding support for Xcode and Dash over the next few weeks to make it even easier to use!

Re: CocoaDocs - Documentation for iOS Libraries

#4

Brilliant! Suggestion: I would love to see the full list of available pods (not just search) with short description next to them somewhere.

Thanks, this is really easy to do as right now cocoadocs generates a jsonp file of every cocoapod: http://cocoadocs.org/documents.jsonp - so whilst ATM I'm not planning on doing this, someone can do it very easily.

Re: CocoaDocs - Documentation for iOS Libraries

#9
post #6

Doesn't have anything on AvFoundation. That's kind of my litmus test.

AVFoundation is an apple library, which isn't on cocoapods meaning cocoadocs doesn't support it. Apple do their own documentation pretty well and I don't really see a need to duplicate that to be honest.
Post reply on HN