[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / d / ZZWidgets / 1.0.3.1 / ZZWidgets.podspec.json
bloba4b716e4e2e06002aae9219d398f2f2ec45d0b97
2   "name": "ZZWidgets",
3   "version": "1.0.3.1",
4   "summary": "A short description of ZZWidgets.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/meiszhe/ZZWidgets",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "meiszhe": "meiszhe1@163.com"
13   },
14   "source": {
15     "git": "https://github.com/meiszhe/ZZWidgets.git",
16     "tag": "1.0.3.1"
17   },
18   "platforms": {
19     "ios": "14.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "frameworks": "Foundation",
25       "vendored_frameworks": "SDK/Core/ZZKitCore.xcframework"
26     },
27     {
28       "name": "Voice",
29       "vendored_frameworks": "SDK/Voice/ZZKitVoice.xcframework",
30       "frameworks": "Foundation",
31       "dependencies": {
32         "ZZWidgets/Core": [
34         ]
35       }
36     },
37     {
38       "name": "RUM",
39       "vendored_frameworks": "SDK/RUM/ZZKitRUM.xcframework",
40       "frameworks": "Foundation",
41       "dependencies": {
42         "ZZWidgets/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Log",
49       "vendored_frameworks": "SDK/Log/ZZKitLog.xcframework",
50       "frameworks": "Foundation",
51       "dependencies": {
52         "ZZWidgets/Core": [
54         ]
55       }
56     }
57   ]