2 "name": "STNetTaskQueue",
4 "summary": "STNetTaskQueue is a networking queue library for iOS and OS X. It's abstract and can be implemented in different protocols.",
5 "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.",
6 "homepage": "https://github.com/kevin0571/STNetTaskQueue",
12 "Kevin Lin": "kevin_lyn@outlook.com"
18 "git": "https://github.com/kevin0571/STNetTaskQueue.git",
21 "source_files": "STNetTaskQueue/*.{h,m}",
22 "public_header_files": "STNetTaskQueue/*.h"