[Add] ADPhotoKit 1.5.0
[CocoaPods.git] / Specs / 4 / d / 9 / MCDoraemonKit / 2.1.1 / MCDoraemonKit.podspec.json
blob19ebdc5a47ad1e4d9cde1120507dc64100445fce
2   "name": "MCDoraemonKit",
3   "version": "2.1.1",
4   "summary": "iOS各式各样的工具集合",
5   "description": "iOS各式各样的工具集合 Desc",
6   "homepage": "https://github.com/BinaryParadise/DoraemonKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yixiang": "javer_yi@163.com"
13   },
14   "source": {
15     "git": "https://github.com/BinaryParadise/DoraemonKit",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": "Core",
22   "dependencies": {
23     "BSBacktraceLogger": [
25     ],
26     "fishhook": [
28     ]
29   },
30   "deprecated": true,
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "iOS/DoraemonKit/Src/Core/**/*{.h,.m,.c,.mm}",
35       "resource_bundles": {
36         "DoraemonKit": "iOS/DoraemonKit/Resource/**/*"
37       },
38       "dependencies": {
39         "SDWebImage": [
40           "~> 5.0"
41         ]
42       }
43     },
44     {
45       "name": "WithLogger",
46       "source_files": "iOS/DoraemonKit/Src/Logger/**/*{.h,.m}",
47       "pod_target_xcconfig": {
48         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithLogger"
49       },
50       "dependencies": {
51         "MCDoraemonKit/Core": [
53         ],
54         "CocoaLumberjack": [
56         ]
57       }
58     },
59     {
60       "name": "WithGPS",
61       "source_files": "iOS/DoraemonKit/Src/GPS/**/*{.h,.m}",
62       "pod_target_xcconfig": {
63         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithGPS"
64       },
65       "dependencies": {
66         "MCDoraemonKit/Core": [
68         ]
69       }
70     },
71     {
72       "name": "WithLoad",
73       "source_files": "iOS/DoraemonKit/Src/MethodUseTime/**/*{.h,.m}",
74       "pod_target_xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithLoad"
76       },
77       "dependencies": {
78         "MCDoraemonKit/Core": [
80         ]
81       },
82       "vendored_frameworks": "iOS/DoraemonKit/Framework/*.framework"
83     },
84     {
85       "name": "WithDatabase",
86       "source_files": "iOS/DoraemonKit/Src/Database/**/*{.h,.m}",
87       "pod_target_xcconfig": {
88         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithDatabase"
89       },
90       "dependencies": {
91         "MCDoraemonKit/Core": [
93         ],
94         "YYDebugDatabase": [
96         ]
97       }
98     },
99     {
100       "name": "WithMLeaksFinder",
101       "source_files": "iOS/DoraemonKit/Src/MLeaksFinder/**/*{.h,.m}",
102       "pod_target_xcconfig": {
103         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) DoraemonWithMLeaksFinder"
104       },
105       "dependencies": {
106         "MCDoraemonKit/Core": [
108         ],
109         "FBRetainCycleDetector": [
111         ]
112       }
113     }
114   ]