[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 4 / 9 / e / KKExtensionKit / 1.0.2 / KKExtensionKit.podspec.json
blob7caeee2cde31a6a6dd2cf4f2867e810f82e7f3ef
2   "name": "KKExtensionKit",
3   "version": "1.0.2",
4   "summary": "iOS常用工具类扩展.",
5   "homepage": "https://github.com/YuXilong",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "JackYu": "305758560@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/YuXilong/KKExtensionKit.git",
15     "tag": "1.0.2"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": "KKExtensionKit/**/*.{h,m}",
21   "public_header_files": "KKExtensionKit/**/*.{h}",
22   "prefix_header_contents": "#import <CocoaLumberjack/CocoaLumberjack.h>",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "MBProgressHUD": [
26       "~> 1.1.0"
27     ],
28     "SVProgressHUD": [
30     ],
31     "CocoaLumberjack": [
33     ]
34   }