[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 5 / 4 / STNetTaskQueue / 0.0.10 / STNetTaskQueue.podspec.json
blobd67ec79d6ca420ff6a6c50baec519f0094417be1
2   "name": "STNetTaskQueue",
3   "version": "0.0.10",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kevin Lin": "kevin_lyn@outlook.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/kevin0571/STNetTaskQueue.git",
19     "tag": "0.0.10"
20   },
21   "source_files": "STNetTaskQueue/*.{h,m}",
22   "public_header_files": "STNetTaskQueue/*.h"