[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / d / 4 / MVISwift / 1.0.0 / MVISwift.podspec.json
blob8a5dcc08607bd9c7196ef03bde50c2ff6efd7b89
2   "name": "MVISwift",
3   "version": "1.0.0",
4   "summary": "MVISwift is a modern, Swift-based MVI framework with Combine",
5   "homepage": "https://github.com/hhru/mvi-swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Alex Tsybulko": "working.tsybulko@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/hhru/mvi-swift.git",
15     "tag": "1.0.0"
16   },
17   "swift_versions": "5.5",
18   "requires_arc": true,
19   "source_files": "Sources/**/*.swift",
20   "ios": {
21     "frameworks": "Combine"
22   },
23   "platforms": {
24     "ios": "13.0",
25     "tvos": "13.0"
26   },
27   "tvos": {
28     "frameworks": "Combine"
29   },
30   "swift_version": "5.5"