[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / 8 / d / KJNetwork / 0.0.5 / KJNetwork.podspec.json
blob243dfbf303771487357fbf7a5375553b60e9ae06
2   "name": "KJNetwork",
3   "version": "0.0.5",
4   "summary": "KJNetwork",
5   "description": "TODO: 基于AFN的网络请求",
6   "homepage": "https://github.com/kj-huang/KJNetwork",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "jin": "kegem@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/kj-huang/KJNetwork.git",
16     "tag": "0.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "KJNetwork/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "AFNetworking": [
28       "~> 4.0"
29     ],
30     "MJExtension": [
32     ]
33   }