[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 0 / TLNetwork / 0.0.4 / TLNetwork.podspec.json
blob351787c4e4a0e8ef51a2ab99e93897d99ba7f76c
2   "name": "TLNetwork",
3   "version": "0.0.4",
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.4",
20     "commit": "70945b6f7dfad4fabe048a4911be4afff3761ca9"
21   },
22   "source_files": [
23     "NetwrokHandle/**/*.{h,m}",
24     "DSTost/*.{h,m}"
25   ],
26   "resources": "NetwrokHandle/**/*.png",
27   "requires_arc": true,
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.1.0"
31     ],
32     "SVProgressHUD": [
34     ],
35     "JSONModel": [
37     ]
38   }