blob: a151abf36ffe8c69bdc7ca468d15cc141c335001 [file] [log] [blame]
{
"name": "AsyncEventBus",
"version": "0.0.4",
"summary": "A publish/subscribe event bus for iOS.",
"homepage": "https://github.com/whf881211/AsyncEventBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"whf881211": "whf881211@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.0",
"source": {
"git": "https://github.com/whf881211/AsyncEventBus.git",
"tag": "0.0.4"
},
"source_files": [
"source/*.swift",
"source/Protocol/*",
"source/Imp/*"
],
"exclude_files": "",
"requires_arc": true,
"swift_version": "4.0"
}