[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / f / 7 / ZDMediator / 0.1.1 / ZDMediator.podspec.json
blob73d2de6dfc09fcca103fb40c2afb6a3acc41f132
2   "name": "ZDMediator",
3   "version": "0.1.1",
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.1.1"
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   },
27   "source_files": "ZDMediator/Classes/**/*.{h,m}",
28   "project_header_files": "ZDMediator/Classes/Private/*.h"