[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 2 / 9 / c / AMKCrashProtector / 0.1.1 / AMKCrashProtector.podspec.json
blob4301ac9170410c25c5b7d29dbf865232e078d681
2   "name": "AMKCrashProtector",
3   "version": "0.1.1",
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.1"
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": "Bugly",
33       "source_files": "AMKCrashProtector/Classes/Bugly/*.{h,m}",
34       "public_header_files": "AMKCrashProtector/Classes/Bugly/*.h",
35       "dependencies": {
36         "AMKCrashProtector/Protector": [
38         ],
39         "Bugly": [
41         ]
42       }
43     },
44     {
45       "name": "MPMoviePlayerViewControllerProtector",
46       "public_header_files": "AMKCrashProtector/Classes/MPMoviePlayerViewControllerProtector/**/*.h",
47       "source_files": "AMKCrashProtector/Classes/MPMoviePlayerViewControllerProtector/*.{h,m}",
48       "dependencies": {
49         "AMKCrashProtector/Protector": [
51         ]
52       }
53     },
54     {
55       "name": "NSKeyValueCodingProtector",
56       "public_header_files": "AMKCrashProtector/Classes/NSKeyValueCodingProtector/**/*.h",
57       "source_files": "AMKCrashProtector/Classes/NSKeyValueCodingProtector/*.{h,m}",
58       "dependencies": {
59         "AMKCrashProtector/Protector": [
61         ]
62       }
63     },
64     {
65       "name": "UnrecognizedSelectorProtector",
66       "public_header_files": "AMKCrashProtector/Classes/UnrecognizedSelectorProtector/**/*.h",
67       "source_files": "AMKCrashProtector/Classes/UnrecognizedSelectorProtector/*.{h,m}",
68       "dependencies": {
69         "AMKCrashProtector/Protector": [
71         ]
72       }
73     },
74     {
75       "name": "Protector",
76       "public_header_files": "AMKCrashProtector/Classes/Protector/**/*.h",
77       "source_files": "AMKCrashProtector/Classes/Protector/*.{h,m}",
78       "dependencies": {
79         "AMKCategories/Foundation/NSObject/MethodSwizzling": [
81         ]
82       }
83     }
84   ]