guides.cocoapods.org
guides.cocoapods.org copied to clipboard
make a CocoaPods docset for Dash
You could wrap the guide content into a Dash docset. This would be quite useful for people getting familiar with the Podfile
or .podspec
syntax.
I did a docset generator in ruby in a while ago (here) that shows how to do some of the basics.
Full documentation for generating and sharing dockets can be found gere.
Perhaps also a small cheatsheet too (re https://github.com/CocoaPods/CocoaPods/issues/2118)
Started a WIP at https://github.com/CocoaPods/guides.cocoapods.org/pull/85