[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / 8 / 6 / DPMessageBus / 1.0 / DPMessageBus.podspec.json
blobf47844eb25d9abf482a1fa51ae9a6157d7b7f5e7
2   "name": "DPMessageBus",
3   "version": "1.0",
4   "summary": "消息总线",
5   "description": "用于发送简单消息的消息总线",
6   "homepage": "https://github.com/DancewithPeng/MessageBus.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "张鹏": "dancewithpeng@gmail.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/DancewithPeng/MessageBus.git",
19     "tag": "1.0"
20   },
21   "source_files": [
22     "MessageBus/Sources",
23     "MessageBus/Sources/**/*.{h,m}"
24   ],
25   "public_header_files": "MessageBus/Sources/MBMessageBus.h"