Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umayr/meat
iOS consumer of hungrilla api.
https://github.com/umayr/meat
Last synced: about 15 hours ago
JSON representation
iOS consumer of hungrilla api.
- Host: GitHub
- URL: https://github.com/umayr/meat
- Owner: umayr
- License: mit
- Created: 2015-06-05T21:49:23.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2015-07-25T21:33:26.000Z (over 9 years ago)
- Last Synced: 2023-03-23T02:19:17.100Z (over 1 year ago)
- Language: Swift
- Size: 219 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Meat Header](https://raw.githubusercontent.com/hungrilla/media/master/PNGs/meat.png)
Meat - an iOS consumer for hungrilla [api](https://github.com/hungrilla/steak).
### Requirements:
- XCode 6.3+
- Swift 1.2+
- Cocoa Pods 0.37.2+### Install Cocoa Pods:
Meat uses cocoa pods for managing dependencies, if you don't have cocoa pods installed in your system, you may install it by executing the following command:
``` Bash
$ sudo gem install cocoapods
```### Setting up Xcode project:
After installing cocoa pods, you can install dependencies by executing:
``` Bash
$ pod install
```
Then open project in Xcode by clicking `meat.xcworkspace`.### Screencast:
![Basic](http://i.imgur.com/zXtvK1w.gif)