This sample app uses the GitHub Search API.
Install Ruby interpreter with rbenv
:
$ rbenv install
And then use Bundler:
$ gem install bundler
$ rbenv rehash
$ bundle install
Finally, install pods with CocoaPods:
$ bundle exec pod install
Now, open the xcworkspace
in Xcode and Run!