swift-Sample-GitHubSearch-2015
swift-Sample-GitHubSearch-2015 copied to clipboard
The sample code of Swift iOS app
Swift sample app
GitHub Search iOS app
This sample app uses the GitHub Search API.
How to setup
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!