[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 5 / c / Verge / 8.12.1 / Verge.podspec.json
blob8ba0f139f6926036b76598b9d1e678961be66ffd
2   "name": "Verge",
3   "version": "8.12.1",
4   "summary": "Verge is a state management tools",
5   "description": "Verge is a state management tools (Store, ViewModel, ORM, Reactive) on iOS App (UIKit / SwiftUI)",
6   "license": "MIT",
7   "authors": {
8     "Muukii": "muukii.app@gmail.com"
9   },
10   "social_media_url": "http://twitter.com/muukii_app",
11   "platforms": {
12     "ios": "10.0",
13     "osx": "10.13",
14     "tvos": "10.0",
15     "watchos": "3.0"
16   },
17   "source": {
18     "git": "https://github.com/muukii/Verge.git",
19     "tag": "8.12.1"
20   },
21   "homepage": "https://github.com/muukii/Verge",
22   "swift_versions": "5.3",
23   "default_subspecs": "Store",
24   "weak_frameworks": [
25     "Combine",
26     "SwiftUI"
27   ],
28   "subspecs": [
29     {
30       "name": "Classic",
31       "dependencies": {
32         "RxSwift": [
33           ">= 6.0.0"
34         ],
35         "RxCocoa": [
36           ">= 6.0.0"
37         ],
38         "RxRelay": [
39           ">= 6.0.0"
40         ],
41         "Verge/Store": [
43         ],
44         "Verge/Rx": [
46         ]
47       },
48       "source_files": "Sources/VergeClassic/**/*.swift"
49     },
50     {
51       "name": "Tiny",
52       "source_files": "Sources/VergeTiny/**/*.swift"
53     },
54     {
55       "name": "ObjcBridge",
56       "source_files": "Sources/VergeObjcBridge/**/*.{h,m}"
57     },
58     {
59       "name": "Store",
60       "source_files": "Sources/Verge/**/*.swift",
61       "dependencies": {
62         "Verge/ObjcBridge": [
64         ]
65       }
66     },
67     {
68       "name": "Rx",
69       "dependencies": {
70         "Verge/ORM": [
72         ],
73         "Verge/Store": [
75         ],
76         "RxSwift": [
77           ">= 6.0.0"
78         ],
79         "RxCocoa": [
80           ">= 6.0.0"
81         ],
82         "RxRelay": [
83           ">= 6.0.0"
84         ]
85       },
86       "source_files": "Sources/VergeRx/**/*.swift"
87     },
88     {
89       "name": "ORM",
90       "source_files": "Sources/VergeORM/**/*.swift",
91       "dependencies": {
92         "Verge/Store": [
94         ]
95       }
96     }
97   ],
98   "swift_version": "5.3"