blob: 3dd905fe95ecd133f6caa7a04cc340219e66e657 [file] [log] [blame]
{
"name": "NgNotificationProxy",
"version": "1.1",
"summary": "Simple proxy implementation for observing notification posted with `NSNotificationCenter`.",
"homepage": "https://github.com/meiwin/NgNotificationProxy",
"authors": {
"Meiwin Fu": "meiwin@blockthirty.com"
},
"source": {
"git": "https://github.com/meiwin/ngnotificationproxy.git",
"tag": "v1.1"
},
"description": "NgNotificationProxy is built to make delivering notifications to particular threads a trivial task.",
"source_files": "NgNotificationProxy/*.{h,m}",
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": "Foundation",
"platforms": {
"ios": "5.0"
}
}