[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 6 / 2 / e / VmRx / 1.0.0 / VmRx.podspec.json
blobebcddaf789d7c53560a94eff3c91e33df7c575e3
2   "name": "VmRx",
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"