[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 6 / f / 0 / ZZCommon / 0.0.6 / ZZCommon.podspec.json
blob73b91cc789a2492f2a768782d63dbd9fb76979d2
2   "name": "ZZCommon",
3   "version": "0.0.6",
4   "summary": "收集整合的一些常用工具和代码",
5   "description": "第一次测试上传",
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   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/PreSwift/ZZCommon.git",
19     "tag": "0.0.6"
20   },
21   "source_files": "ZZCommon/**/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "libraries": [
27     "sqlite3",
28     "c++"
29   ],
30   "dependencies": {
31     "QMUIKit": [
32       "4.6.0"
33     ],
34     "PureLayout": [
36     ],
37     "Masonry": [
39     ],
40     "MJRefresh": [
42     ],
43     "SDWebImage": [
45     ],
46     "MJExtension": [
48     ],
49     "YTKNetwork": [
51     ],
52     "IQKeyboardManager": [
54     ],
55     "DateTools": [
57     ],
58     "ReactiveObjC": [
60     ]
61   },
62   "xcconfig": {
63     "CLANG_ENABLE_OBJC_WEAK": "YES"
64   },
65   "requires_arc": true,
66   "exclude_files": [
67     "ZZCommon/Utils/Class/GTMBase64.{h,m}",
68     "ZZCommon/Utils/Class/GTMDefines.h"
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   ]