[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 0 / TLNetwork / 0.1.0 / TLNetwork.podspec.json
blob6574832651e36ed2f5e15e66c259686980887968
2   "name": "TLNetwork",
3   "version": "0.1.0",
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.0"
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   }