[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 6 / f / 0 / ZZCommon / 0.0.8 / ZZCommon.podspec.json
bloba60925e98e8704316f7a6c182bd31f580f922bcd
2   "name": "ZZCommon",
3   "version": "0.0.8",
4   "summary": "基于一批基础三方库整合的通用OC项目脚手架。",
5   "description": "本项目以QMUIKit为核心,PureLayout和Masnory两套UI布局框架配合使用,YTKNetwork做网络层支撑,MJExtension做数据解析,ReactiveObjC做信号处理方案,以及其他辅助框架。同时整合了一些常用的代码逻辑,本项目还处于完善阶段。请慎重使用。",
6   "homepage": "https://github.com/PreSwift/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://github.com/PreSwift/ZZCommon.git",
16     "tag": "0.0.8"
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   "exclude_files": [
32     "ZZCommon/Utils/Class/GTMBase64.{h,m}",
33     "ZZCommon/Utils/Class/GTMDefines.h"
34   ],
35   "xcconfig": {
36     "CLANG_ENABLE_OBJC_WEAK": "YES"
37   },
38   "resource_bundles": {
39     "BRPickerView": [
40       "ZZCommon/OtherLib/BRPickerView/Base/BRPickerView.bundle"
41     ],
42     "BRAddressPickerView": [
43       "ZZCommon/OtherLib/BRPickerView/AddressPickerView/BRAddressPickerView.bundle"
44     ]
45   },
46   "dependencies": {
47     "QMUIKit": [
48       "4.6.0"
49     ],
50     "PureLayout": [
52     ],
53     "Masonry": [
55     ],
56     "MJRefresh": [
58     ],
59     "SDWebImage": [
61     ],
62     "MJExtension": [
64     ],
65     "YTKNetwork": [
67     ],
68     "IQKeyboardManager": [
70     ],
71     "DateTools": [
73     ],
74     "ReactiveObjC": [
76     ]
77   },
78   "subspecs": [
79     {
80       "name": "no-arc",
81       "source_files": [
82         "ZZCommon/Utils/Class/GTMBase64.{h,m}",
83         "ZZCommon/Utils/Class/GTMDefines.h"
84       ],
85       "requires_arc": false
86     }
87   ]