[Add] MiaoAnyThinkKuaiShouAdapter 1.0.4
[CocoaPods.git] / Specs / e / b / 5 / KLNetwork / 1.1.0 / KLNetwork.podspec.json
blobe7791dbf079d07ac56f7e5f7cab3d953aa730fa4
2   "name": "KLNetwork",
3   "version": "1.1.0",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "基于Alamofire封装的网络请求框架。",
12   "homepage": "https://github.com/KYangLei/KLNetwork.git",
13   "authors": {
14     "KYangLei": "18683331614@163.com"
15   },
16   "source": {
17     "git": "https://github.com/KYangLei/KLNetwork.git",
18     "tag": "1.1.0"
19   },
20   "description": "带有HUD的网络请求框架,提供get、post、put、delete、upload的方法。",
21   "source_files": "KLNetwork/**/*.swift",
22   "requires_arc": true,
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "dependencies": {
27     "Alamofire": [
29     ],
30     "KLProgressHUD": [
32     ]
33   }