[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 5 / 4 / STNetTaskQueue / 0.0.1 / STNetTaskQueue.podspec.json
blob8d988c1a13a07c48fa17a0805b0ba1da0612d281
2   "name": "STNetTaskQueue",
3   "version": "0.0.1",
4   "summary": "Queue for managing network requests",
5   "description": "                   STNetTaskQueue may be your choice if you want to handle each network request stuff in separated STNetTask instead of having all the network requests logics in a \"Manager\" class\n",
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.1"
20   },
21   "dependencies": {
22     "AFNetworking": [
23       "~> 2.0"
24     ]
25   },
26   "source_files": "STNetTaskQueue/*.{h,m}",
27   "public_header_files": "STNetTaskQueue/*.h"