blob: 7affd23e593228ea1a239b61526b9bd2aa749d4f [file] [log] [blame]
{
"name": "GGARest",
"version": "0.1.0",
"summary": "REST library for iOs applications with automatic JSON serialization / deserialization",
"description": "REST library for iOs applications with automatic JSON serialization / deserialization\nSee examples in github",
"homepage": "https://github.com/greengrowapps/GGARest-iOS",
"license": {
"type": "Apache2",
"file": "LICENSE"
},
"authors": {
"GreenGrowApps": "info@greengrowapps.com"
},
"source": {
"git": "https://github.com/greengrowapps/GGARest-iOS.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GGARest/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"SwiftyJSON": [
"~> 4.0"
]
}
}