blob: 0694e2d23b0d5b138a647b64acc161cffac19b5b [file] [log] [blame]
{
"name": "AWSimpleKVO",
"version": "1.0.0",
"summary": "可用于替换系统KVO的简单KVO实现",
"description": "解决系统KVO的问题:\n1. 不支持block\n2. 容易crash(忘记remove,重复remove等)",
"homepage": "https://github.com/hardman/AWSimpleKVO.git",
"license": "MIT",
"authors": "wanghongyu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/hardman/AWSimpleKVO.git",
"tag": "1.0.0"
},
"source_files": "src/**/*.{h,m}",
"public_header_files": "src/**/*.h"
}