blob: 1fe0fb95577d74f5e30fdef2e40ef671a4f2ba2e [file] [log] [blame]
{
"name": "STNetTaskQueue",
"version": "0.0.8",
"summary": "STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols.",
"description": " STNetTaskQueue avoid you from directly dealing with \"url\", \"request packing\" and \"response parsing\". All networking tasks are described and processed by subclassing STNetTask, which provides you a clean code style in UI layer when handling networking.\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.8"
},
"source_files": "STNetTaskQueue/*.{h,m}",
"public_header_files": "STNetTaskQueue/*.h"
}