Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hatena/swift-sample-githubsearch-2015
The sample code of Swift iOS app
https://github.com/hatena/swift-sample-githubsearch-2015
Last synced: 2 months ago
JSON representation
The sample code of Swift iOS app
- Host: GitHub
- URL: https://github.com/hatena/swift-sample-githubsearch-2015
- Owner: hatena
- License: mit
- Created: 2015-08-17T05:16:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-18T01:28:10.000Z (over 8 years ago)
- Last Synced: 2024-04-15T00:05:00.555Z (9 months ago)
- Language: Swift
- Size: 50.8 KB
- Stars: 49
- Watchers: 29
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift sample app
## GitHub Search iOS app
This sample app uses the [GitHub Search API](https://developer.github.com/v3/search/#search-repositories).
## How to setup
Install Ruby interpreter with [`rbenv`](https://github.com/sstephenson/rbenv):
```shell
$ rbenv install
```
And then use [Bundler](http://bundler.io):```shell
$ gem install bundler
$ rbenv rehash
$ bundle install
```Finally, install pods with [CocoaPods](https://cocoapods.org):
```shell
$ bundle exec pod install
```Now, open the `xcworkspace` in Xcode and **Run**!