blob: 314bc6594d6b6c25c5f0b09311ef517fb86a02c0 [file] [log] [blame]
{
"name": "STNetTaskQueue",
"version": "0.0.18",
"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.18"
},
"source_files": "STNetTaskQueue/*.{h,m}",
"public_header_files": "STNetTaskQueue/*.h"
}