blob: 703a0621eaf6a2ce187c8e19166a096a0a24f8c6 [file] [log] [blame]
{
"name": "DTMvvm",
"version": "1.5.0",
"summary": "A MVVM library for iOS Swift.",
"description": "A MVVM library for iOS Swift, including interfaces for View, ViewModel and Model, DI and Services",
"homepage": "https://github.com/toandk/DTMvvm.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ToanDK": "dkt204@gmail.com"
},
"source": {
"git": "https://github.com/toandk/DTMvvm.git",
"tag": "1.5.0"
},
"swift_versions": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "DTMvvm/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"Action": [
],
"Alamofire": [
],
"AlamofireImage": [
],
"ObjectMapper": [
],
"PureLayout": [
],
"Moya": [
]
},
"swift_version": "4.2"
}