[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / a / d / 0 / MHAppDevKit / 0.0.7 / MHAppDevKit.podspec.json
blobcf2cf8c9c69187840f1bf1f791aada7d281653d2
2   "name": "MHAppDevKit",
3   "version": "0.0.7",
4   "summary": "app开发",
5   "homepage": "http://47.110.88.253:8080/mengqingzheng/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/mengqingzheng/mhappdevkit.git",
19     "tag": "0.0.7"
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": "MHNetwork",
40       "source_files": [
41         "Source/MHNetwork/*.{h,m,swift}"
42       ],
43       "dependencies": {
44         "Moya": [
45           "~> 15.0.0-alpha.1"
46         ],
47         "Cache": [
48           "~> 6.0.0"
49         ],
50         "MHAppDevKit/MHUntils": [
52         ]
53       }
54     },
55     {
56       "name": "MHUntils",
57       "source_files": [
58         "Source/MHUntils/*.{h,m,swift}",
59         "Source/*.{h,m,swift}"
60       ],
61       "dependencies": {
62         "KeychainAccess": [
63           "~> 4.2.1"
64         ]
65       }
66     },
67     {
68       "name": "MHExtension",
69       "source_files": [
70         "Source/MHExtension/*.{h,m,swift}"
71       ]
72     },
73     {
74       "name": "MHWaterFlowLayout",
75       "source_files": [
76         "Source/MHWaterFlowLayout/*.{h,m}"
77       ]
78     },
79     {
80       "name": "MHHUD",
81       "source_files": [
82         "Source/MHHUD/*.{h,m,swift}",
83         "Source/*.{h,m,swift}"
84       ],
85       "dependencies": {
86         "MBProgressHUD": [
87           "~> 1.2.0"
88         ],
89         "lottie-ios": [
90           "~> 3.1.9"
91         ]
92       }
93     },
94     {
95       "name": "MHButton",
96       "source_files": [
97         "Source/MHButton/*.{h,m,swift}"
98       ]
99     }
100   ],
101   "swift_version": "5.0"