blob: e0406bb9614c03c101ebd89ab1c6f69bd40237ff [file] [log] [blame]
{
"name": "PubSub",
"version": "0.0.1",
"summary": "A minimal syntax block based wrapper around NSNotificaitonCenter.",
"homepage": "https://github.com/staxmanade/PubSub-iOS",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Josh Wright": "josh@joshwright.com",
"Jason Jarrett": "jason@elegantcode.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/staxmanade/PubSub-iOS.git",
"tag": "0.0.1"
},
"source_files": [
"PubSub.h",
"PubSub.m"
],
"requires_arc": true
}