blob: f0fa6bdd6fa2dcdc7fd35f634f69b5770ae251d8 [file] [log] [blame]
{
"name": "BCNotificationCentre",
"version": "1.1.0",
"summary": "A take on NSNotificationCenter with priorities and typed values.",
"description": "Add observers and post notifications with priorities and typed values.",
"homepage": "https://bitbucket.org/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",
"watchos": "2.0"
},
"source": {
"git": "https://romainbitsandco@bitbucket.org/bitsandco/bcnotificationcentre.git",
"tag": "v1.1.0"
},
"source_files": "BCNotificationCentre/**/*.swift"
}