blob: ce3410d7ad0f9cc79935eb613a52e71fe1ba4374 [file] [log] [blame]
{
"name": "Swift-EventBus",
"version": "0.4.2",
"summary": "A safe-by-default pure Swift notification center.",
"description": "A safe-by-default pure Swift alternative to Cocoa's `NSNotificationCenter`.",
"homepage": "https://github.com/regexident/EventBus",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"regexident": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/EventBus.git",
"tag": "0.4.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "EventBus/**/*.swift"
}