| { |
| "name": "GGRest", |
| "version": "0.1.16", |
| "summary": "A small iOs library to make easy connect to a REST webservice", |
| "description": "A small iOs library to make easy connect to a REST webservice , experimental use only", |
| "homepage": "https://github.com/greengrowapps/GGRest", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Adri": "adriansanchis87@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/greengrowapps/GGRest.git", |
| "tag": "0.1.16" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "GGRest": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |