[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / f / 0 / ZZCommon / 0.0.7 / ZZCommon.podspec.json
blob3d90a2545f70826298a0cdf16d031849ca876ab0
2   "name": "ZZCommon",
3   "version": "0.0.7",
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.7"
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   "dependencies": {
39     "QMUIKit": [
40       "4.6.0"
41     ],
42     "PureLayout": [
44     ],
45     "Masonry": [
47     ],
48     "MJRefresh": [
50     ],
51     "SDWebImage": [
53     ],
54     "MJExtension": [
56     ],
57     "YTKNetwork": [
59     ],
60     "IQKeyboardManager": [
62     ],
63     "DateTools": [
65     ],
66     "ReactiveObjC": [
68     ]
69   },
70   "subspecs": [
71     {
72       "name": "no-arc",
73       "source_files": [
74         "ZZCommon/Utils/Class/GTMBase64.{h,m}",
75         "ZZCommon/Utils/Class/GTMDefines.h"
76       ],
77       "requires_arc": false
78     }
79   ]