[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 2 / c / 9 / TPreventUnrecognizedSEL / 1.0.2 / TPreventUnrecognizedSEL.podspec.json
blob746a213d75896bba4360c0e6892411703995e630
2   "name": "TPreventUnrecognizedSEL",
3   "version": "1.0.2",
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",
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/TPreventUnrecognizedSEL.git",
17     "tag": "1.0.2"
18   },
19   "frameworks": "Foundation",
20   "default_subspecs": "NormalForwarding",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "3.1",
24     "osx": "10.6",
25     "tvos": "9.0",
26     "watchos": "1.0"
27   },
28   "subspecs": [
29     {
30       "name": "NormalForwarding",
31       "public_header_files": "TPUSELNormalForwarding/Sources/*.h",
32       "source_files": "TPUSELNormalForwarding/Sources/*.{h,m}"
33     }
34   ]