[Add] Split 3.1.0
[CocoaPods.git] / Specs / 6 / f / 7 / ZDMediator / 0.3.4 / ZDMediator.podspec.json
blobb5c7a0de619f86c3813ca2ca4cb03acd5cc21c86
2   "name": "ZDMediator",
3   "version": "0.3.4",
4   "summary": "模块通信中间件",
5   "description": "用于模块间通信的中间件,支持自动注册、手动注册、强弱引用、实例方法、类方法调用",
6   "homepage": "https://github.com/faimin/ZDMediator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Zero.D.Saber": "fuxianchao@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/faimin/ZDMediator.git",
16     "tag": "0.3.4"
17   },
18   "social_media_url": "https://faimin.github.io/",
19   "prefix_header_file": false,
20   "module_name": "ZDMediator",
21   "pod_target_xcconfig": {
22     "DEFINES_MODULE": "YES"
23   },
24   "platforms": {
25     "ios": "10.0",
26     "osx": "10.12"
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Sources/ZDMediator/Classes/**/*.{h,m}",
33       "project_header_files": "Sources/ZDMediator/Classes/{ZDMConst,ZDMEventResponder,ZDMServiceItem,ZDMServiceBox}.h"
34     },
35     {
36       "name": "DisableAssert",
37       "source_files": "Sources/ZDMediator/Classes/ZDMediatorDefine.h",
38       "pod_target_xcconfig": {
39         "GCC_PREPROCESSOR_DEFINITIONS": "ASSERTDISABLE=1"
40       }
41     }
42   ]