2 "name": "TPreventUnrecognizedSEL",
4 "summary": "Use TPreventUnrecognizedSEL can prevent the unrecognized selector crash. ⚠️You just can use NormalForwarding.",
5 "description": "Use TPreventUnrecognizedSEL can make you project prevent the unrecognized selector crash.\nYou just can use `NormalForwarding` subspec, because some of the system functions are used FastForwarding.\nIn podfile `pod 'TPreventUnrecognizedSEL'` or `pod 'TPreventUnrecognizedSEL/NormalForwarding'` to use `NormalForwarding` subspec;\n!!! ⚠️Remember, **JUST USE `NormalForwarding` subspec** ⚠️!!!\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}"