[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / b / 7 / KZBasalLib / 1.0.3 / KZBasalLib.podspec.json
blob5a505e8882397d267ab5b29156424780172d0300
2   "name": "KZBasalLib",
3   "version": "1.0.3",
4   "summary": "初始化app基础库",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/lg_zhukai_developer/kzbasallib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snow982942570": "982942570@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/lg_zhukai_developer/kzbasallib.git",
16     "tag": "1.0.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "resources": "KZBasalLib/Assets/KZBasalLib.bundle",
22   "source_files": "KZBasalLib/Classes/**/*",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "YYModel": [
29     ],
30     "MJExtension": [
32     ]
33   },
34   "prefix_header_contents": [
35     "#import <Masonry/Masonry.h>",
36     "#import <YYModel/YYModel.h>",
37     "#import <MJExtension/MJExtension.h>",
38     "#import \"NSArray+KZBasal.h\"",
39     "#import \"NSBundle+KZBasal.h\"",
40     "#import \"NSObject+KZBasal.h\"",
41     "#import \"UIApplication+KZBasal.h\"",
42     "#import \"UIBezierPath+KZBasal.h\"",
43     "#import \"UIImage+KZBasal.h\"",
44     "#import \"UIImageView+KZBasal.h\"",
45     "#import \"UIView+KZBasal.h\"",
46     "#import \"UIViewController+KZBasal.h\"",
47     "#import \"UIWindow+KZBasal.h\"",
48     "#import \"KZMacro.h\"",
49     "#import \"KZButton.h\"",
50     "#import \"KZBaseManager.h\""
51   ]