blob: 99aa211d55c302408dfba64d0395baf91f6bce29 [file] [log] [blame]
{
"name": "Notifier",
"version": "1.0.2",
"summary": "Automatically remove observer and avoid repeat registration for NSNotificationCenter & KVO in Objective-C",
"description": "Automatically or manually remove observer and avoid repeat registration for NSNotificationCenter & KVO in Objective-C",
"homepage": "https://github.com/zhooleen/Notifier",
"license": "MIT",
"authors": {
"lzhu": "1064946958@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhooleen/Notifier.git",
"commit": "e8bc51120c91ed649bb2230e4f506d2c543013f2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"KeyPath": [
]
}
}