4 "summary": "Use TPreventKVC can prevent KVC's Exceptions crash, like NSUnknownKeyException & NSInvalidArgumentException",
5 "description": "Use TPreventKVC can make you project protect the \n`-valueForKey:`\n`setValue:forKey:`\n`-setValue:forKeyPath:`\n`-valueForKeyPath:` and so on\n\nTo prevent to produce NSUnknownKeyException & NSInvalidArgumentException and crash.\ngithub : https://github.com/ToBeDefined/TPreventKVC",
6 "homepage": "https://github.com/ToBeDefined/TPreventKVC",
12 "ToBeDefined": "weinanshao@163.com"
14 "social_media_url": "http://tbd.ink/",
16 "git": "https://github.com/ToBeDefined/TPreventKVC.git",
19 "frameworks": "Foundation",
27 "public_header_files": "TPreventKVC/*.h",
28 "source_files": "TPreventKVC/*.{h,m}"