blob: 91254deba289faf3d6f5fb7f86de2d217ee2d24d [file] [log] [blame]
{
"name": "MGArchitecture",
"platforms": {
"ios": "10.0"
},
"summary": "Clean Architecture with RxSwift and MVVM",
"requires_arc": true,
"version": "1.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tuan Truong": "tuan188@gmail.com"
},
"homepage": "https://github.com/tuan188/MGArchitecture",
"source": {
"git": "https://github.com/tuan188/MGArchitecture.git",
"tag": "1.3.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"source_files": "MGArchitecture/Sources/**/*.{swift}",
"swift_versions": "5.1",
"swift_version": "5.1"
}