blob: 72c4ac620552310a74088d35b94b47ab61be37f1 [file] [log] [blame]
{
"name": "GreedNetwork",
"version": "1.0.1",
"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": "7.0"
},
"source": {
"git": "https://github.com/greedlab/GreedNetwork.git",
"tag": "1.0.1"
},
"source_files": [
"GreedNetwork",
"GreedNetwork/*.{h,m}"
],
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"GreedJSON": [
],
"GreedEmoji": [
]
}
}