[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / e / 7 / f / TPreventKVC / 1.1.0 / TPreventKVC.podspec.json
blobe58516d5879b628cbde53be843ca28663aa80b46
2   "name": "TPreventKVC",
3   "version": "1.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ToBeDefined": "weinanshao@163.com"
13   },
14   "social_media_url": "http://tbd.ink/",
15   "source": {
16     "git": "https://github.com/ToBeDefined/TPreventKVC.git",
17     "tag": "1.1.0"
18   },
19   "frameworks": "Foundation",
20   "requires_arc": true,
21   "platforms": {
22     "ios": "3.1",
23     "osx": "10.6",
24     "tvos": "9.0",
25     "watchos": "1.0"
26   },
27   "public_header_files": "TPreventKVC/*.h",
28   "source_files": "TPreventKVC/*.{h,m}"