[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / 9 / TPreventUnrecognizedSEL / 1.1.1 / TPreventUnrecognizedSEL.podspec.json
blob2b10f24a5379ee249eb18bb18610ed611de68f49
2   "name": "TPreventUnrecognizedSEL",
3   "version": "1.1.1",
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",
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.1.1"
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     {
35       "name": "FastForwarding",
36       "public_header_files": "TPUSELFastForwarding/Sources/*.h",
37       "source_files": "TPUSELFastForwarding/Sources/*.{h,m}"
38     }
39   ]