blob: 20d5efed189de693bb6b85296f55fe6900fbc449 [file] [log] [blame]
{
"name": "NotificationController",
"version": "1.0",
"summary": "A safer and easier way to use NSNotificationCenter with blocks.",
"homepage": "https://github.com/macoscope/NotificationController",
"license": "MIT",
"authors": {
"Arkadiusz Holko": "fastred@fastred.org"
},
"social_media_url": "https://twitter.com/arekholko",
"source": {
"git": "https://github.com/macoscope/NotificationController.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": [
"MCSNotificationController/*.{h,m}",
"MCSNotificationController/**/*.{h,m}"
],
"public_header_files": "MCSNotificationController/*.h"
}