blob: 381a97c7690cfd48bdd2dec7b0fd9a84f9d9ae12 [file] [log] [blame]
{
"name": "GreedNetwork",
"version": "0.0.5",
"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.5"
},
"source_files": [
"GreedNetwork",
"GreedNetwork/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"GreedJSON": [
],
"GreedEmoji": [
]
}
}