blob: 2b10f24a5379ee249eb18bb18610ed611de68f49 [file] [log] [blame]
{
"name": "TPreventUnrecognizedSEL",
"version": "1.1.1",
"summary": "Use TPreventUnrecognizedSEL can prevent the unrecognized selector crash.\n⚠️You just can use one of NormalForwarding and FastForwarding⚠️.",
"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",
"homepage": "https://github.com/tobedefined/TPreventUnrecognizedSEL",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ToBeDefined": "weinanshao@163.com"
},
"social_media_url": "http://tbd.ink/",
"source": {
"git": "https://github.com/tobedefined/TPreventUnrecognizedSEL.git",
"tag": "1.1.1"
},
"frameworks": "Foundation",
"default_subspecs": "NormalForwarding",
"requires_arc": true,
"platforms": {
"ios": "3.1",
"osx": "10.6",
"tvos": "9.0",
"watchos": "1.0"
},
"subspecs": [
{
"name": "NormalForwarding",
"public_header_files": "TPUSELNormalForwarding/Sources/*.h",
"source_files": "TPUSELNormalForwarding/Sources/*.{h,m}"
},
{
"name": "FastForwarding",
"public_header_files": "TPUSELFastForwarding/Sources/*.h",
"source_files": "TPUSELFastForwarding/Sources/*.{h,m}"
}
]
}