blob: e4bd4a3fa2c3b86900e754eda6f728afd5989e17 [file] [log] [blame]
{
"name": "SwiftyEventBus",
"version": "0.1.0",
"summary": "SwiftyEventBus is a publish/subscribe event bus for iOS and Swift.",
"homepage": "https://github.com/Maru-zhang/SwiftyEventBus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maru-zhang": "maru-zhang@foxmail.com"
},
"source": {
"git": "https://github.com/Maru-zhang/SwiftyEventBus.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyEventBus/Core/**/*.swift"
},
{
"name": "Rx",
"source_files": "SwiftyEventBus/Rx/**/*.swift",
"dependencies": {
"SwiftyEventBus/Core": [
],
"RxSwift": [
]
}
}
]
}