blob: 1268b56fadf1f9264e2f3cac61e2aa8169f152c6 [file] [log] [blame]
{
"name": "Notifier",
"version": "1.1.0",
"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",
"tag": "1.1.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"KeyPath": [
]
}
}