blob: 3bd4ec13b02b4a3b2a195536ac9cbaca271df4fc [file] [log] [blame]
{
"name": "BCNotificationCentre",
"version": "1.0.0",
"summary": "A take on NSNotificationCenter with priorities and typed values.",
"description": "Add observers and post notifications with priorities and typed values.",
"homepage": "https://github.com/bitsandco/BCNotificationCentre",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"authors": {
"Romain Francez": "romain@bitsandco.com"
},
"social_media_url": "http://twitter.com/bitsandco",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/bitsandco/BCNotificationCentre.git",
"tag": "v1.0.0"
},
"source_files": "BCNotificationCentre/**/*.swift"
}