[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 0 / TLNetwork / 0.0.2 / TLNetwork.podspec.json
blobdbe7ed8581828bac91a31c44019bf7d16c49b3cc
2   "name": "TLNetwork",
3   "version": "0.0.2",
4   "summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
5   "description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传。",
6   "homepage": "https://github.com/TedLiuHome/TLNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ihomelp07": "ihomelp07@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/TedLiuHome/TLNetwork.git",
19     "tag": "0.0.2",
20     "commit": "ea4e229df01b17e6ce0ece2c2ef75d8f2729287b"
21   },
22   "source_files": [
23     "NetwrokHandle/*.{h,m}",
24     "DSTost/*.{h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "AFNetworking": [
29       "~> 3.1.0"
30     ],
31     "SVProgressHUD": [
32       "~> 2.0.3"
33     ]
34   }