[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 3 / e / 5 / KLNetworkOC / 1.0.0 / KLNetworkOC.podspec.json
blob104934a7b7e4cc572da009e5ddb652cf72c3a3a1
2   "name": "KLNetworkOC",
3   "version": "1.0.0",
4   "summary": "基于AFNetwork 3.x封装的简单GET、POST网络请求。",
5   "description": "1、基于AFNetwork 3.x封装的简单GET、POST网络请求。2、多文件上传",
6   "homepage": "https://github.com/KYangLei/KLNetworkOC.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "KYangLei": "18683331614@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/KYangLei/KLNetworkOC.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "KLNetWork/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AFNetworking": [
26     ],
27     "SVProgressHUD": [
29     ]
30   }