[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / c / Verge / 8.19.0 / Verge.podspec.json
blob4a2aacba0feeeff8648f2015778d549f8d2529ca
2   "name": "Verge",
3   "version": "8.19.0",
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": "13.0",
13     "osx": "10.15",
14     "tvos": "13.0",
15     "watchos": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/muukii/Verge.git",
19     "tag": "8.19.0"
20   },
21   "homepage": "https://github.com/muukii/Verge",
22   "swift_versions": [
23     "5.3",
24     "5.4",
25     "5.5"
26   ],
27   "default_subspecs": "Store",
28   "weak_frameworks": [
29     "Combine",
30     "SwiftUI"
31   ],
32   "subspecs": [
33     {
34       "name": "Classic",
35       "dependencies": {
36         "RxSwift": [
37           ">= 6.0.0"
38         ],
39         "RxCocoa": [
40           ">= 6.0.0"
41         ],
42         "RxRelay": [
43           ">= 6.0.0"
44         ],
45         "Verge/Store": [
47         ],
48         "Verge/Rx": [
50         ]
51       },
52       "source_files": "Sources/VergeClassic/**/*.swift"
53     },
54     {
55       "name": "Tiny",
56       "source_files": "Sources/VergeTiny/**/*.swift"
57     },
58     {
59       "name": "ObjcBridge",
60       "source_files": "Sources/VergeObjcBridge/**/*.{h,m}"
61     },
62     {
63       "name": "Store",
64       "source_files": "Sources/Verge/**/*.swift",
65       "dependencies": {
66         "Verge/ObjcBridge": [
68         ]
69       }
70     },
71     {
72       "name": "Rx",
73       "dependencies": {
74         "Verge/ORM": [
76         ],
77         "Verge/Store": [
79         ],
80         "RxSwift": [
81           ">= 6.0.0"
82         ],
83         "RxCocoa": [
84           ">= 6.0.0"
85         ],
86         "RxRelay": [
87           ">= 6.0.0"
88         ]
89       },
90       "source_files": "Sources/VergeRx/**/*.swift"
91     },
92     {
93       "name": "ORM",
94       "source_files": "Sources/VergeORM/**/*.swift",
95       "dependencies": {
96         "Verge/Store": [
98         ]
99       }
100     }
101   ],
102   "swift_version": "5.5"