[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / d / 4 / MVISwift / 1.0.0-alpha.1 / MVISwift.podspec.json
blob6d5190464561de8924ba3e9734129cf3994090d4
2   "name": "MVISwift",
3   "version": "1.0.0-alpha.1",
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-alpha.1"
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"