blob: dfeb5892043886cfd5507db28528d61189107672 [file] [log] [blame]
{
"name": "TPreventKVC",
"version": "1.1.1",
"summary": "Use TPreventKVC can prevent KVC's Exceptions crash, like NSUnknownKeyException & NSInvalidArgumentException",
"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",
"homepage": "https://github.com/ToBeDefined/TPreventKVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ToBeDefined": "weinanshao@163.com"
},
"social_media_url": "http://tbd.ink/",
"source": {
"git": "https://github.com/ToBeDefined/TPreventKVC.git",
"tag": "1.1.1"
},
"frameworks": "Foundation",
"requires_arc": true,
"platforms": {
"ios": "3.1",
"osx": "10.6",
"tvos": "9.0",
"watchos": "1.0"
},
"public_header_files": "TPreventKVC/*.h",
"source_files": "TPreventKVC/*.{h,m}"
}