[Add] scandit-datacapture-frameworks-parser 6.28.3
[CocoaPods.git] / Specs / e / 8 / 0 / TLNetwork / 0.1.1 / TLNetwork.podspec.json
blobfe1116fe6d5e33eee2af364ae5869cfc30a2d9a7
2   "name": "TLNetwork",
3   "version": "0.1.1",
4   "summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
5   "description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传",
6   "homepage": "http://source.magic-beans.cn/ted.liu/TLNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "TedLiu": "ihomelp07@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "http://182.92.183.22:3000/ted.liu/TLNetwork.git",
19     "tag": "0.1.1"
20   },
21   "source_files": "TLNetwork/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "SVProgressHUD": [
29     ],
30     "JSONModel": [
32     ],
33     "MJRefresh": [
35     ]
36   }