blob: 5155e76ef2fcf18d18abbe55eacb8e89c1863836 [file] [log] [blame]
{
"name": "RxMVVM",
"version": "0.1.2",
"summary": "Simple Rx based MVVM implementation",
"description": "Rx based MVVM pattern implementation",
"homepage": "https://github.com/JeremySnor/RxMVVM",
"license": {
"type": "MIT",
"file": "License"
},
"authors": {
"Artem Eremeev": "jeremy1002@yandex.ru"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/JeremySnor/RxMVVM.git",
"tag": "0.1.2"
},
"source_files": "RxMVVM/Source/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"RxDataSources": [
"~> 4.0"
]
},
"swift_version": "5.0"
}