blob: 86b075bb091360bc51f22aa116d07bf6fe0b7215 [file] [log] [blame]
{
"name": "RTMVVM",
"version": "0.1.1",
"summary": "Library for 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.1"
},
"platforms": {
"ios": "10.3"
},
"source_files": "RTMVVM/Classes/**/*",
"dependencies": {
"Dip": [
"~> 6.0"
],
"Dip-UI": [
"~> 2.0"
],
"RealmSwift": [
"~> 3.6.0"
]
}
}