| { |
| "name": "RESTClient", |
| "version": "0.1.0", |
| "summary": "An iOS REST Client that is based on MVVM using ReactiveCocoa", |
| "description": " An iOS REST Client written in objective-c, this code makes use of MVVM design pattern and uses ReactiveCocoa.\n", |
| "homepage": "https://github.com/abaraka/RESTClient", |
| "license": "MIT", |
| "authors": { |
| "Ahmad Baraka": "ah-baraka@live.com" |
| }, |
| "source": { |
| "git": "https://github.com/abaraka/RESTClient.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "RESTClient": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "ReactiveCocoa": [ |
| |
| ], |
| "Mantle": [ |
| |
| ], |
| "ReactiveViewModel": [ |
| |
| ] |
| } |
| } |