blob: 0a41a1ac17afebb61807214557f14ca2d5cff11d [file] [log] [blame]
{
"name": "DPMessageBus",
"version": "1.0.1",
"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.1"
},
"source_files": [
"MessageBus/Sources",
"MessageBus/Sources/**/*.{h,m}"
],
"public_header_files": "MessageBus/Sources/MBMessageBus.h"
}