[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / 6 / MKAppKit / 0.1.0 / MKAppKit.podspec.json
blob55c75da245e73ef0465ed0508ee94e7919b6fc3d
2   "name": "MKAppKit",
3   "version": "0.1.0",
4   "summary": "iOS 常用组件",
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.0"
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": [
29         "MKAppKit/MKAnimation/**/*.{h,m,swift}",
30         "MKAppKit/MKUIKit/**/*.{h,m,swift}",
31         "MKAppKit/MKMonitor/**/*.{h,m,mm,c}"
32       ],
33       "resources": [
34         "MKAppKit/**/**/*.{xib}",
35         "MKAppKit/Resource/*.{bundle}"
36       ],
37       "prefix_header_contents": [
38         "#import \"MKLoadingManagerView.h\"",
39         "#import \"MKDropdownMailTF.h\"",
40         "#import \"MKPointWatch.h\""
41       ]
42     },
43     {
44       "name": "MKCombineLoadingAnimation",
45       "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
46       "resources": [
47         "MKAppKit/Resource/*.{bundle}",
48         "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
49       ],
50       "prefix_header_contents": "#import \"MKLoadingManagerView.h\""
51     },
52     {
53       "name": "MKDropdownMailTF",
54       "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
55       "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}",
56       "prefix_header_contents": "#import \"MKDropdownMailTF.h\""
57     },
58     {
59       "name": "MKDiffuseMenu",
60       "source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
61     },
62     {
63       "name": "MKLaunchMonitor",
64       "source_files": "MKAppKit/MKMonitor/MKLaunchMonitor/*.{h,m,c,mm}",
65       "prefix_header_contents": "#import \"MKPointWatch.h\""
66     }
67   ]