blob: 89b819f87cbd31a3a3796c33810d3dee791b4d94 [file] [log] [blame]
{
"name": "DCObserver",
"version": "0.0.2",
"summary": "Convenient Methods With KVO and NSNotification For iOS.",
"description": "Convenient Methods For KVO and NSNotification. You do not need to care about what time to remove observer.",
"homepage": "https://github.com/CoderXWChu/DCObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DanaChu": "coderxwchu@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/CoderXWChu/DCObserver.git",
"tag": "0.0.2"
},
"source_files": [
"DCObserver",
"DCObserver/**/*.{h,m}"
],
"frameworks": "Foundation"
}