[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / a / d / 0 / MHAppDevKit / 0.0.5 / MHAppDevKit.podspec.json
blob9104b6c95ffec5e4ae82df25dcdc71fc6f20f8f3
2   "name": "MHAppDevKit",
3   "version": "0.0.5",
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.5"
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         "SnapKit": [
34           "~> 5.0.1"
35         ],
36         "MHAppDevKit/MHUntils": [
38         ]
39       }
40     },
41     {
42       "name": "MHNetwork",
43       "source_files": [
44         "Source/MHNetwork/*.{h,m,swift}"
45       ],
46       "dependencies": {
47         "Moya": [
48           "~> 15.0.0-alpha.1"
49         ],
50         "Cache": [
51           "~> 6.0.0"
52         ],
53         "MHAppDevKit/MHUntils": [
55         ]
56       }
57     },
58     {
59       "name": "MHUntils",
60       "source_files": [
61         "Source/MHUntils/*.{h,m,swift}",
62         "Source/*.{h,m,swift}"
63       ],
64       "dependencies": {
65         "KeychainAccess": [
66           "~> 4.2.1"
67         ]
68       }
69     },
70     {
71       "name": "MHExtension",
72       "source_files": [
73         "Source/MHExtension/*.{h,m,swift}"
74       ]
75     },
76     {
77       "name": "MHWaterFlowLayout",
78       "source_files": [
79         "Source/MHWaterFlowLayout/*.{h,m}"
80       ]
81     },
82     {
83       "name": "MHHUD",
84       "source_files": [
85         "Source/MHHUD/*.{h,m,swift}",
86         "Source/*.{h,m,swift}"
87       ],
88       "dependencies": {
89         "MBProgressHUD": [
90           "~> 1.2.0"
91         ],
92         "lottie-ios": [
93           "~> 3.1.9"
94         ]
95       }
96     },
97     {
98       "name": "MHButton",
99       "source_files": [
100         "Source/MHButton/*.{h,m,swift}"
101       ]
102     }
103   ],
104   "swift_version": "5.0"