2 "name": "TPreventUnrecognizedSEL",
4 "summary": "Use TPreventUnrecognizedSEL can prevent the unrecognized selector crash.\n⚠️You just can use one of NormalForwarding and FastForwarding⚠️.",
5 "description": "You just can use `FastForwarding` subspec **or** use `NormalForwarding` subspec, you can not use both them at the same time.\nIn podfile `pod 'TPreventUnrecognizedSEL/NormalForwarding'` to use `NormalForwarding` subspec;\nIn podfile `pod 'TPreventUnrecognizedSEL/FastForwarding'` to use `FastForwarding` subspec;\n!!! !!!\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": "NormalForwarding",
30 "name": "NormalForwarding",
31 "public_header_files": "TPUSELNormalForwarding/Sources/*.h",
32 "source_files": "TPUSELNormalForwarding/Sources/*.{h,m}"
35 "name": "FastForwarding",
36 "public_header_files": "TPUSELFastForwarding/Sources/*.h",
37 "source_files": "TPUSELFastForwarding/Sources/*.{h,m}"