blob: a4452bb87063ee543c9922ff743fb28e3ec30a75 [file] [log] [blame]
{
"name": "GGRest",
"version": "0.1.0",
"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": "MIT",
"authors": {
"Adri": "adriansanchis87@gmail.com"
},
"source": {
"git": "https://github.com/greengrowapps/GGRest.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GGRest": [
"Pod/Assets/*.png"
]
}
}