blob: 232cff5592ff1dc624a948852b287f47887f52b8 [file] [log] [blame]
{
"name": "Subbus",
"version": "1.1.1",
"summary": "Subbus is a library that improves upon NSNotificationCenter.",
"description": "Subbus is a library that improves upon NSNotificationCenter. You specify objects that are passed as events and the library automatically defines a message name. This means that you, as a developer, don't have to worry about remember what the s of your various subscriptions are.",
"homepage": "https://github.com/myriadmobile/subbus",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alex Larson": "alarson@myriadmobile.com"
},
"source": {
"git": "https://github.com/myriadmobile/subbus.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.0",
"source_files": "Subbus/Classes/**/*",
"swift_version": "4.0"
}