blob: 43c29d4a084d09652f6f862a61112270a2bf5814 [file] [log] [blame]
{
"name": "MGArchitecture",
"platforms": {
"ios": "9.0"
},
"summary": "Clean Architecture with RxSwift and MVVM",
"requires_arc": true,
"version": "1.1.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.1.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"source_files": "MGArchitecture/Sources/**/*.{swift}",
"swift_versions": "5.0",
"swift_version": "5.0"
}