[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / e / 5 / HFMoMain / 0.1.0 / HFMoMain.podspec.json
blobaac129cc66365041dde6320cae2810f8aa782ce7
2   "name": "HFMoMain",
3   "version": "0.1.0",
4   "summary": "主结构",
5   "description": "APP住结构组件",
6   "homepage": "https://github.com/Components-iOS/HFMoMain",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "liuhongfei": "13718045729@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Components-iOS/HFMoMain.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "dependencies": {
22     "HFRouter": [
24     ]
25   },
26   "subspecs": [
27     {
28       "name": "PublicAPI",
29       "source_files": "HFMoMain/Classes/PublicAPI/**/*",
30       "dependencies": {
31         "HFMoMain/Controller": [
33         ],
34         "HFMoMain/View": [
36         ]
37       }
38     },
39     {
40       "name": "Controller",
41       "source_files": "HFMoMain/Classes/Controller/**/*",
42       "dependencies": {
43         "HFMoMain/View": [
45         ]
46       }
47     },
48     {
49       "name": "View",
50       "source_files": "HFMoMain/Classes/View/**/*"
51     }
52   ]