blob: 4303042241d053ff54155b3c8d1d745077cb3f84 [file] [log] [blame]
{
"name": "Swift-EventBus",
"version": "0.1.1",
"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.1.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "3.0",
"tvos": "10.0"
},
"source_files": "EventBus/**/*.swift",
"pushed_with_swift_version": "3.2"
}