2 "name": "TPreventUnrecognizedSEL",
4 "summary": "Use TPreventUnrecognizedSEL can prevent the unrecognized selector crash.\nYou just can use one of FastForwarding and NormalForwarding.",
5 "description": "Use TPreventUnrecognizedSEL can make you project prevent the unrecognized selector crash.\nYou just can use `FastForwarding` subspec **or** use `NormalForwarding` subspec, you can not use both them at the same time.\nIn podfile `pod 'TPreventUnrecognizedSEL/FastForwarding'` to use `FastForwarding` subspec;\nIn podfile `pod 'TPreventUnrecognizedSEL/NormalForwarding'` to use `NormalForwarding` subspec;\n!!! Remember, **JUST USE ONE OF THEM** !!!\ngithub : https://github.com/tobedefined/TPreventUnrecognizedSEL",
6 "homepage": "https://github.com/tobedefined/TPreventUnrecognizedSEL",
12 "ToBeDefined": "weinanshao@163.com"
14 "social_media_url": "http://tbd.ink/",
16 "git": "https://github.com/tobedefined/TPreventUnrecognizedSEL.git",
19 "frameworks": "Foundation",
20 "default_subspecs": "FastForwarding",
30 "name": "FastForwarding",
31 "public_header_files": "TPUSELFastForwarding/Sources/*.h",
32 "source_files": "TPUSELFastForwarding/Sources/*.{h,m}"
35 "name": "NormalForwarding",
36 "private_header_files": "TPUSELNormalForwarding/Sources/*.h",
37 "source_files": "TPUSELNormalForwarding/Sources/*.{h,m}"