[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 1 / 0 / 2 / XZMocoa / 1.1.5 / XZMocoa.podspec.json
bloba5b7eeca373ad1f561d5732d6170cb49b2777d49
2   "name": "XZMocoa",
3   "version": "1.1.5",
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.1.5"
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         "XZURLQuery": [
33         ],
34         "XZDefines/XZMacro": [
36         ],
37         "XZDefines/XZRuntime": [
39         ],
40         "XZExtensions/NSArray": [
42         ],
43         "XZExtensions/NSIndexSet": [
45         ]
46       }
47     },
48     {
49       "name": "DEBUG",
50       "dependencies": {
51         "XZMocoa/Code": [
53         ]
54       },
55       "pod_target_xcconfig": {
56         "GCC_PREPROCESSOR_DEFINITIONS": "XZ_DEBUG=1"
57       }
58     }
59   ]