[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / c / 5 / VmRx.swift / 1.0.0 / VmRx.swift.podspec.json
blob003d45500febde037b9632d066fefa4ec4ad62f0
2   "name": "VmRx.swift",
3   "version": "1.0.0",
4   "summary": "Easy way to use MVVM on iOS",
5   "homepage": "https://github.com/viniciussoares/VmRx.swift",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vinícius Soares": "https://github.com/viniciussoares/"
12   },
13   "source": {
14     "git": "https://github.com/viniciussoares/VmRx.swift.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Sources/*.swift",
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.0"
27     ]
28   },
29   "platforms": {
30     "ios": "8.0"
31   },
32   "swift_version": "5.0"