[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / 6 / MKAppKit / 0.0.4 / MKAppKit.podspec.json
blob8ee880a4a364d70adf578d58ed68f53105bcbfa5
2   "name": "MKAppKit",
3   "version": "0.0.4",
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.4"
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": "MKAppKit/**/**/*.{xib}"
32     },
33     {
34       "name": "MKCombineLoadingAnimation",
35       "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
36       "resources": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
37     },
38     {
39       "name": "MKDropdownMailTF",
40       "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
41       "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}"
42     },
43     {
44       "name": "MKDiffuseMenu",
45       "source_files": "MKAppKit/MKAnimation/MKDiffuseMenu/*.{swift}"
46     }
47   ]