[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 6 / f / 0 / ZZCommon / 0.1.5 / ZZCommon.podspec.json
blob4e504602398ad1039a20f1e4205d8d73b9b4ce55
2   "name": "ZZCommon",
3   "version": "0.1.5",
4   "summary": "基于一批基础三方库整合的通用OC项目脚手架。",
5   "description": "本项目以QMUIKit为核心,PureLayout和Masnory两套UI布局框架配合使用,YTKNetwork做网络层支撑,MJExtension做数据解析,ReactiveObjC做信号处理方案,以及其他辅助框架。同时整合了一些常用的代码逻辑,本项目还处于完善阶段。请慎重使用。",
6   "homepage": "https://gitee.com/zhou_yuan_hong/ZZCommon/blob/main/README.md",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ethan": "1778031092@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/zhou_yuan_hong/ZZCommon.git",
16     "tag": "0.1.5"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "12.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "source_files": "ZZCommon/**/*.{h,m}",
27   "libraries": [
28     "sqlite3",
29     "c++"
30   ],
31   "vendored_libraries": "ZZCommon/Lib/lame/*.{a}",
32   "exclude_files": [
33     "ZZCommon/Utils/GTMBase64.{h,m}",
34     "ZZCommon/Utils/GTMDefines.h"
35   ],
36   "xcconfig": {
37     "CLANG_ENABLE_OBJC_WEAK": "YES"
38   },
39   "resource_bundles": {
40     "BRPickerView": [
41       "ZZCommon/Lib/BRPickerView/Base/BRPickerView.bundle"
42     ],
43     "BRAddressPickerView": [
44       "ZZCommon/Lib/BRPickerView/AddressPickerView/BRAddressPickerView.bundle"
45     ]
46   },
47   "dependencies": {
48     "QMUIKit": [
49       "4.6.0"
50     ],
51     "PureLayout": [
52       "3.1.9"
53     ],
54     "Masonry": [
55       "1.1.0"
56     ],
57     "MJRefresh": [
58       "3.7.5"
59     ],
60     "SDWebImage": [
61       "5.13.4"
62     ],
63     "MJExtension": [
64       "3.4.1"
65     ],
66     "YTKNetwork": [
67       "3.0.6"
68     ],
69     "IQKeyboardManager": [
70       "6.5.10"
71     ],
72     "DateTools": [
73       "2.0.0"
74     ],
75     "ReactiveObjC": [
76       "3.1.1"
77     ]
78   },
79   "subspecs": [
80     {
81       "name": "no-arc",
82       "source_files": [
83         "ZZCommon/Utils/GTMBase64.{h,m}",
84         "ZZCommon/Utils/GTMDefines.h"
85       ],
86       "requires_arc": false
87     }
88   ]