blob: dbae9aa840579229e4679df3d95f4d2f7401ed5a [file] [log] [blame]
{
"name": "BCNotificationCentre",
"version": "0.0.2",
"summary": "A take on NSNotificationCenter with priorities.",
"description": "Add observers and post notifications with priorities.",
"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"
},
"source": {
"git": "https://github.com/bitsandco/BCNotificationCentre.git",
"tag": "v0.0.2"
},
"source_files": "BCNotificationCentre/**/*.swift"
}