5 "description": "用于模块间通信的中间件,支持自动注册、手动注册、强弱引用、方法调用容错",
6 "homepage": "https://github.com/faimin/ZDMediator",
12 "Zero.D.Saber": "fuxianchao@gmail.com"
15 "git": "https://github.com/faimin/ZDMediator.git",
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"
28 "default_subspecs": "Core",
32 "source_files": "Sources/ZDMediator/Classes/**/*.{h,m}",
33 "project_header_files": "Sources/ZDMediator/Classes/{ZDMConst,ZDMEventResponder,ZDMServiceItem,ZDMServiceBox}.h"
36 "name": "DisableAssert",
37 "source_files": "Sources/ZDMediator/Classes/ZDMediatorDefine.h",
38 "pod_target_xcconfig": {
39 "GCC_PREPROCESSOR_DEFINITIONS": "ASSERTDISABLE=1"