Hacker News new | ask | show | jobs
by MaxGabriel 4765 days ago
Frameworks and Git submodules?! I wish Cocoapods were the recommended installation method, as Ruby Gems are for Octokit.rb. Just look at how complex the Octokit.objc installation instructions are.
1 comments

I actually opened an issue about this, which was closed pretty quickly because apparently they don't use CocoaPods internally:

https://github.com/octokit/octokit.objc/issues/61

I'm attempting to create a podspec, but the script/bootstrap part stuck me. Not sure if Cocoapods has capabilities to do that. Would be nice to just strip out all of the submodule parts and include the dependencies.
The script just fetches the project's git submodules which you can see here: https://github.com/octokit/octokit.objc/tree/master/External

I'm not sure all of those can be set up as CocoaPod dependencies though.