[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 5 / 8 / VMOS / 0.1.0 / VMOS.podspec.json
blob754c045e694fd1f9b649061eb031c9b97d20521e
2   "name": "VMOS",
3   "version": "0.1.0",
4   "summary": "A iOS Extention Library.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/ItghostFans/VMOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ItghostFans": "ItghostFans@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ItghostFans/VMOS.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "default_subspecs": "UIKit",
22   "preserve_paths": "**",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "subspecs": [
28     {
29       "name": "Foundation",
30       "source_files": [
31         "VMOS/Classes/Foundation/**/*",
32         "VMOS/Private/Foundation/**/*.h"
33       ],
34       "private_header_files": "VMOS/Private/Foundation/**/*.h"
35     },
36     {
37       "name": "UIKit",
38       "source_files": [
39         "VMOS/Classes/UIKit/**/*",
40         "VMOS/Private/UIKit/**/*.h"
41       ],
42       "private_header_files": "VMOS/Private/UIKit/**/*.h",
43       "dependencies": {
44         "VMOS/Foundation": [
46         ]
47       }
48     }
49   ]