[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / 6 / MKAppKit / 0.0.5 / MKAppKit.podspec.json
blob886af5ded0d1c6a301f4a93b7cc47bc197e6dd8c
2   "name": "MKAppKit",
3   "version": "0.0.5",
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": "mythziven@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mythkiven/MKAppKit",
19     "tag": "0.0.5"
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       ],
31       "resources": [
32         "MKAppKit/**/**/*.{xib}",
33         "MKAppKit/Resource/*.{bundle}"
34       ]
35     },
36     {
37       "name": "MKCombineLoadingAnimation",
38       "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
39       "resources": [
40         "MKAppKit/Resource/*.{bundle}",
41         "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
42       ]
43     },
44     {
45       "name": "MKDropdownMailTF",
46       "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
47       "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}"
48     },
49     {
50       "name": "MKDiffuseMenu",
51       "source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
52     }
53   ]