hatena / swift-Sample-GitHubSearch-2015

The sample code of Swift iOS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

The sample code of Swift iOS app

License:MIT License


Languages

Language:Swift 95.7%Language:Ruby 4.3%