blob: 5733d0b5de72b5ffd07b6aa1b5e160e529835c85 [file] [log] [blame]
{
"name": "TPEventBus",
"version": "0.1.3",
"summary": "A tiny EventBus for iOS.",
"description": "EventBus is a publish/subscribe event bus for iOS, inspired by EventBus and QTEventBus.",
"homepage": "https://github.com/wanhmr/TPEventBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tpphha": "tpphha@gmail.com"
},
"source": {
"git": "https://github.com/wanhmr/TPEventBus.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TPEventBus/Classes/**/*"
}