blob: 15a02477571d3b2625cf44f412184efa7b533619 [file] [log] [blame]
{
"name": "STNetTaskQueue",
"version": "0.0.19",
"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.",
"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.19"
},
"source_files": "STNetTaskQueue/*.{h,m}",
"public_header_files": "STNetTaskQueue/*.h"
}