[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / e / b / 5 / KLNetwork / 1.0.0 / KLNetwork.podspec.json
blobcd64643cf9ecdcf3d6b66116b922500fdd3178ff
2   "name": "KLNetwork",
3   "version": "1.0.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.0.0"
19   },
20   "description": "带有HUD的网络请求框架,提供get、post、put、delete、download、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     "SwiftyJSON": [
32     ],
33     "KLProgressHUD": [
35     ],
36     "KLStatusBar": [
38     ]
39   }