[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 0 / 3 / RxMVVM / 0.1.0 / RxMVVM.podspec.json
blob9a4b2360289633b60d5fbcb8cba55fd1ae368274
2   "name": "RxMVVM",
3   "version": "0.1.0",
4   "summary": "Simple Rx based MVVM implementation",
5   "description": "Rx based MVVM pattern implementation",
6   "homepage": "https://github.com/JeremySnor/RxMVVM",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Artem Eremeev": "jeremy1002@yandex.ru"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/JeremySnor/RxMVVM.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "RxMVVM/Source/**/*.{swift}",
23   "exclude_files": "Classes/Exclude",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5"
27     ],
28     "RxCocoa": [
29       "~> 5"
30     ],
31     "RxDataSources": [
32       "~> 4.0"
33     ]
34   },
35   "swift_version": "5.0"