blob: f47844eb25d9abf482a1fa51ae9a6157d7b7f5e7 [file] [log] [blame]
{
"name": "DPMessageBus",
"version": "1.0",
"summary": "消息总线",
"description": "用于发送简单消息的消息总线",
"homepage": "https://github.com/DancewithPeng/MessageBus.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张鹏": "dancewithpeng@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/DancewithPeng/MessageBus.git",
"tag": "1.0"
},
"source_files": [
"MessageBus/Sources",
"MessageBus/Sources/**/*.{h,m}"
],
"public_header_files": "MessageBus/Sources/MBMessageBus.h"
}