blob: 74cbd22424e75c4952e9f4b1bf372c5bfd710148 [file] [log] [blame]
{
"name": "DDMvvm",
"version": "1.5.1",
"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/duyduong/DDMvvm.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dao Duy Duong": "dduy.duong@gmail.com"
},
"source": {
"git": "https://github.com/duyduong/DDMvvm.git",
"tag": "1.5.1"
},
"swift_versions": "4.2",
"platforms": {
"ios": "9.0"
},
"source_files": "DDMvvm/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"Action": [
],
"Alamofire": [
],
"AlamofireImage": [
],
"ObjectMapper": [
],
"PureLayout": [
]
},
"swift_version": "4.2"
}