[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 8 / 0 / TLNetwork / 0.1.2 / TLNetwork.podspec.json
blobb96b16b41683ed322d73e2bb1c247df0c7003764
2   "name": "TLNetwork",
3   "version": "0.1.2",
4   "summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
5   "description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传",
6   "homepage": "http://source.magic-beans.cn/Libraries/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/Libraries/TLNetwork.git",
19     "tag": "0.1.2"
20   },
21   "source_files": "TLNetwork/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "SVProgressHUD": [
29     ]
30   }