[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / 9 / TPreventUnrecognizedSEL / 1.0.1 / TPreventUnrecognizedSEL.podspec.json
blob7cca415176f7a6badf340deed92b65ebe3317d50
2   "name": "TPreventUnrecognizedSEL",
3   "version": "1.0.1",
4   "summary": "Use TPreventUnrecognizedSEL can prevent the unrecognized selector crash.\nYou just can use one of FastForwarding and NormalForwarding.",
5   "description": "Use TPreventUnrecognizedSEL can make you project prevent the unrecognized selector crash.\nYou just can use `FastForwarding` subspec **or**  use `NormalForwarding` subspec, you can not use both them at the same time.\nIn podfile `pod 'TPreventUnrecognizedSEL/FastForwarding'` to use `FastForwarding` subspec;\nIn podfile `pod 'TPreventUnrecognizedSEL/NormalForwarding'` to use `NormalForwarding` subspec;\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.0.1"
18   },
19   "frameworks": "Foundation",
20   "default_subspecs": "FastForwarding",
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": "FastForwarding",
31       "public_header_files": "TPUSELFastForwarding/Sources/*.h",
32       "source_files": "TPUSELFastForwarding/Sources/*.{h,m}"
33     },
34     {
35       "name": "NormalForwarding",
36       "private_header_files": "TPUSELNormalForwarding/Sources/*.h",
37       "source_files": "TPUSELNormalForwarding/Sources/*.{h,m}"
38     }
39   ]