[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 0 / 2 / XZMocoa / 1.2.0 / XZMocoa.podspec.json
blobbf0946304a0c4dfb2f302624fa5117ef8d16c2f0
2   "name": "XZMocoa",
3   "version": "1.2.0",
4   "summary": "An iOS MVVM library.",
5   "description": "一款 Apple 原生风格的、轻量级的 MVVM 开源框架,上手简单好用。",
6   "homepage": "https://github.com/Xezun/XZMocoa",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Xezun": "developer@xezun.com"
13   },
14   "source": {
15     "git": "https://github.com/Xezun/XZMocoa.git",
16     "tag": "1.2.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "pod_target_xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "XZ_FRAMEWORK=1"
23   },
24   "default_subspecs": "Code",
25   "subspecs": [
26     {
27       "name": "Code",
28       "source_files": "XZMocoa/Code/**/*.{h,m}",
29       "project_header_files": "XZMocoa/Code/**/Private/*.h",
30       "dependencies": {
31         "XZDefines/XZMacro": [
33         ],
34         "XZDefines/XZRuntime": [
36         ],
37         "XZExtensions/NSArray": [
39         ],
40         "XZExtensions/NSIndexSet": [
42         ]
43       }
44     },
45     {
46       "name": "DEBUG",
47       "dependencies": {
48         "XZMocoa/Code": [
50         ]
51       },
52       "pod_target_xcconfig": {
53         "GCC_PREPROCESSOR_DEFINITIONS": "XZ_DEBUG=1"
54       }
55     }
56   ]