[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / d / 0 / MHAppDevKit / 0.0.9 / MHAppDevKit.podspec.json
blobb4c97cbc081c0b38b97f037ef458dc1ae42efa6c
2   "name": "MHAppDevKit",
3   "version": "0.0.9",
4   "summary": "app开发",
5   "homepage": "http://47.110.88.253:8080/mhappdev/mhappdevkit.git",
6   "authors": {
7     "mengqingzheng": "mengqingzheng@munimob.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "requires_arc": true,
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "http://47.110.88.253:8080/mhappdev/mhappdevkit.git",
19     "tag": "0.0.9"
20   },
21   "source_files": [
22     "Source/*.{h,m,swift}"
23   ],
24   "public_header_files": "Source/*.h",
25   "swift_versions": "5.0",
26   "subspecs": [
27     {
28       "name": "MHController",
29       "source_files": [
30         "Source/MHController/*.{h,m,swift}"
31       ],
32       "dependencies": {
33         "MHAppDevKit/MHUntils": [
35         ]
36       }
37     },
38     {
39       "name": "MHUntils",
40       "source_files": [
41         "Source/MHUntils/*.{h,m,swift}",
42         "Source/*.{h,m,swift}"
43       ],
44       "dependencies": {
45         "KeychainAccess": [
46           "~> 4.2.1"
47         ]
48       }
49     },
50     {
51       "name": "MHExtension",
52       "source_files": [
53         "Source/MHExtension/*.{h,m,swift}"
54       ]
55     },
56     {
57       "name": "MHHUD",
58       "source_files": [
59         "Source/MHHUD/*.{h,m,swift}",
60         "Source/*.{h,m,swift}"
61       ],
62       "dependencies": {
63         "MBProgressHUD": [
64           "~> 1.2.0"
65         ],
66         "MHLottie": [
67           "~> 0.0.2"
68         ]
69       }
70     },
71     {
72       "name": "MHButton",
73       "source_files": [
74         "Source/MHButton/*.{h,m,swift}"
75       ]
76     }
77   ],
78   "swift_version": "5.0"