[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 2 / 9 / c / AMKCrashProtector / 0.1.0 / AMKCrashProtector.podspec.json
blobb6f7ce411b148f4101178bd47be5c94c53f2a32d
2   "name": "AMKCrashProtector",
3   "version": "0.1.0",
4   "summary": "Summary of AMKCrashProtector.",
5   "description": "Description of AMKCrashProtector.",
6   "homepage": "https://github.com/AndyM129/AMKCrashProtector",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AndyM129": "andy_m129@163.com"
13   },
14   "source": {
15     "git": "https://github.com/AndyM129/AMKCrashProtector.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "DefaultSubspec",
22   "subspecs": [
23     {
24       "name": "DefaultSubspec",
25       "dependencies": {
26         "AMKCrashProtector/Protector": [
28         ]
29       }
30     },
31     {
32       "name": "UnrecognizedSelectorProtector",
33       "public_header_files": "AMKCrashProtector/Classes/UnrecognizedSelectorProtector/**/*.h",
34       "source_files": "AMKCrashProtector/Classes/UnrecognizedSelectorProtector/*.{h,m}",
35       "dependencies": {
36         "AMKCrashProtector/Protector": [
38         ]
39       }
40     },
41     {
42       "name": "Protector",
43       "public_header_files": "AMKCrashProtector/Classes/Protector/**/*.h",
44       "source_files": "AMKCrashProtector/Classes/Protector/*.{h,m}",
45       "dependencies": {
46         "AMKCategories/Foundation/NSObject/MethodSwizzling": [
48         ]
49       }
50     }
51   ]