blob: 0dec52e81176fa57507e755120236e7c16d08dde [file] [log] [blame]
{
"name": "RTMVVM",
"version": "0.1.5",
"summary": "Library for RentaTeam internal MVVM implementation.",
"description": "This library contains generamba template for module generation and contains some boilerplate classes for subscriber implementation.",
"homepage": "https://bitbucket.org/rentateam/rtmvvm",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RentaTeam": "info@rentateam.ru"
},
"source": {
"git": "https://bitbucket.org/rentateam/rtmvvm.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "10.3"
},
"swift_version": "4.2",
"source_files": "RTMVVM/Classes/**/*",
"dependencies": {
"Dip": [
"~> 7.0.1"
],
"RealmSwift": [
"~> 3.13.1"
]
}
}