blob: 38fdd0363540a0e066c363c7ffb8f2ccbb164f99 [file] [log] [blame]
{
"name": "CCEasyKVO",
"version": "0.1.0",
"summary": "为系统KVO添加Block支持, 并且支持自动移除观察者",
"description": "为系统KVO添加Block支持, 支持自动移除观察者, 提供了便捷的方法供用户使用, 这样用系统KVO功能时就不用再关心观察者释放问题啦~",
"homepage": "https://github.com/cocos543/CCEasyKVO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cocos543": "543314602@qq.com"
},
"source": {
"git": "https://github.com/cocos543/CCEasyKVO.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "CCEasyKVO/Classes/**/*"
}