[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / e / 8 / 0 / TLNetwork / 0.0.9 / TLNetwork.podspec.json
blobfaf14b17d6d88c8cb7ec1e4123ad3a3670eae198
2   "name": "TLNetwork",
3   "version": "0.0.9",
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.9"
20   },
21   "source_files": "NetwrokHandle/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "SVProgressHUD": [
29     ],
30     "JSONModel": [
32     ],
33     "MJRefresh": [
35     ]
36   }