[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 8 / 6 / MKAppKit / 0.0.2 / MKAppKit.podspec.json
blobaaa03502b0c142a45f5d359b15d49c4db278b166
2   "name": "MKAppKit",
3   "version": "0.0.2",
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.2"
20   },
21   "requires_arc": true,
22   "default_subspecs": "All",
23   "subspecs": [
24     {
25       "name": "All",
26       "source_files": [
27         "MKAppKit/MKAnimation/**/*.{h,m}",
28         "MKAppKit/MKUIKit/**/*.{h,m}"
29       ],
30       "resources": "MKAppKit/**/**/*.{xib}"
31     },
32     {
33       "name": "MKCombineLoadingAnimation",
34       "source_files": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{h,m}",
35       "resources": "MKAppKit/MKAnimation/MKCombineLoadingAnimation/*.{xib}"
36     },
37     {
38       "name": "MKDropdownMailTF",
39       "source_files": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{h,m}",
40       "resources": "MKAppKit/MKUIKit/MKDropdownMailTF/*.{xib}"
41     }
42   ]