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