blob: beff1faaf88c35fa30b2343f6fb06ebcddc9fe96 [file] [log] [blame]
{
"name": "RTMVVM",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "10.3"
},
"source_files": "RTMVVM/Classes/**/*",
"resources": "RTMVVM/Assets/**/*",
"dependencies": {
"Dip": [
"~> 6.0"
],
"Dip-UI": [
"~> 2.0"
],
"RealmSwift": [
"~> 3.6.0"
]
}
}