4 "summary": "可用于替换系统KVO的简单KVO实现",
5 "description": "解决系统KVO的问题:\n1. 不支持block\n2. 容易crash(忘记remove,重复remove等)",
6 "homepage": "https://github.com/hardman/AWSimpleKVO.git",
8 "authors": "wanghongyu",
13 "git": "https://github.com/hardman/AWSimpleKVO.git",
16 "source_files": "src/**/*.{h,m}",
17 "public_header_files": "src/**/*.h"