blob: 7c84683fc1ee094407df66b1d682f81e792e9085 [file] [log] [blame]
{
"name": "SwiftyEventBus",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.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": [
]
}
}
]
}