blob: d3ab51b50bc81b8558fb52bdfda614eae1a7cf39 [file] [log] [blame]
{
"name": "GreedNetwork",
"version": "0.0.3",
"summary": "network request for iOS",
"description": "network request for iOS, based on AFNetworking and GreedJSON",
"homepage": "https://github.com/greedlab/GreedNetwork",
"license": "MIT",
"authors": {
"Bell": "bell@greedlab.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/greedlab/GreedNetwork.git",
"tag": "0.0.3"
},
"source_files": [
"GreedNetwork",
"GreedNetwork/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"GreedJSON": [
]
}
}