blob: fcd4dc13171a744cdf77e7f67cb22deeb95a8836 [file] [log] [blame]
{
"name": "IMXEventBus",
"version": "1.0.0",
"summary": "a delightful EventBus for Object-C",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/PanZhow/IMXEventBus.git",
"authors": {
"zhoupanpan": "2331838272@qq.com"
},
"source": {
"git": "https://github.com/PanZhow/IMXEventBus.git",
"tag": "1.0.0"
},
"requires_arc": true,
"public_header_files": [
"IMXEventBus/IMXEventBus/*{h}",
"IMXEventBus/IMXEventBus/Debug/*{h}",
"IMXEventBus/IMXEventBus/Action/*{h}",
"IMXEventBus/IMXEventBus/Objs/*{h}",
"IMXEventBus/IMXEventBus/Event/*{h}"
],
"source_files": [
"IMXEventBus/IMXEventBus/*{h,m}",
"IMXEventBus/IMXEventBus/Debug/*{h,m}",
"IMXEventBus/IMXEventBus/Action/*{h,m}",
"IMXEventBus/IMXEventBus/Objs/*{h,m}",
"IMXEventBus/IMXEventBus/Event/*{h,m}"
],
"platforms": {
"ios": "8.0"
}
}