blob: 8d988c1a13a07c48fa17a0805b0ba1da0612d281 [file] [log] [blame]
{
"name": "STNetTaskQueue",
"version": "0.0.1",
"summary": "Queue for managing network requests",
"description": " STNetTaskQueue may be your choice if you want to handle each network request stuff in separated STNetTask instead of having all the network requests logics in a \"Manager\" class\n",
"homepage": "https://github.com/kevin0571/STNetTaskQueue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin Lin": "kevin_lyn@outlook.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kevin0571/STNetTaskQueue.git",
"tag": "0.0.1"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
},
"source_files": "STNetTaskQueue/*.{h,m}",
"public_header_files": "STNetTaskQueue/*.h"
}