blob: 3ea0b84af79bb1bc4becbd73299eaf555bab9820 [file] [log] [blame]
{
"name": "SwiftyEventBus",
"version": "1.0.0.beta",
"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": "1.0.0.beta"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"swift_versions": "5.0",
"default_subspecs": "Core",
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "SwiftyEventBus/Core/**/*.swift"
},
{
"name": "Rx",
"source_files": "SwiftyEventBus/Rx/**/*.swift",
"dependencies": {
"SwiftyEventBus/Core": [
],
"RxSwift": [
"~>5.0.0"
]
}
}
]
}