[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 1 / 8 / 6 / MKAppKit / 0.1.1 / MKAppKit.podspec.json
blob3bba4132fe39f1b6e18ff20c2644d67b7eb4afa8
2   "name": "MKAppKit",
3   "version": "0.1.1",
4   "summary": "Useful tools for iOS application development.",
5   "description": "iOS 常用组件 Desc",
6   "homepage": "https://github.com/mythkiven/MKAppKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mythkiven": "1282412855@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mythkiven/MKAppKit",
19     "tag": "0.1.1"
20   },
21   "requires_arc": true,
22   "default_subspecs": "All",
23   "swift_versions": "5.0",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "All",
28       "source_files": "MKAppKit/**/**/*.{h,m,swift,mm,c}",
29       "resources": [
30         "MKAppKit/**/**/*.{xib}",
31         "MKAppKit/Resource/*.{bundle}"
32       ],
33       "prefix_header_contents": [
34         "#import \"MKLoadingManagerView.h\"",
35         "#import \"MKDropdownMailTF.h\"",
36         "#import \"MKPointWatch.h\"",
37         "#import \"MKCrashGuardManager.h\""
38       ]
39     },
40     {
41       "name": "MKCombineLoadingAnimation",
42       "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
43       "resources": [
44         "MKAppKit/Resource/*.{bundle}",
45         "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
46       ],
47       "prefix_header_contents": "#import \"MKLoadingManagerView.h\""
48     },
49     {
50       "name": "MKDropdownMailTF",
51       "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
52       "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}",
53       "prefix_header_contents": "#import \"MKDropdownMailTF.h\""
54     },
55     {
56       "name": "MKDiffuseMenu",
57       "source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
58     },
59     {
60       "name": "MKLaunchMonitor",
61       "source_files": "MKAppKit/MKMonitor/MKLaunchMonitor/*.{h,m,c,mm}",
62       "prefix_header_contents": "#import \"MKPointWatch.h\""
63     },
64     {
65       "name": "MKCrashGuard",
66       "source_files": "MKAppKit/MKCrash/MKCrashGuard/*.{h,m,c,mm}",
67       "prefix_header_contents": "#import \"MKCrashGuardManager.h\""
68     }
69   ]