blob: 5c5a852018eed2101ae8d632ccdf4641e18023a2 [file] [log] [blame]
{
"name": "MGArchitecture",
"platforms": {
"ios": "9.0"
},
"summary": "Clean Architecture with RxSwift and MVVM",
"requires_arc": true,
"version": "0.2.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": "0.2.0"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.3"
],
"RxCocoa": [
"~> 4.3"
],
"OrderedSet": [
"~> 3.0"
]
},
"source_files": "MGArchitecture/**/*.{swift}",
"swift_version": "4.2"
}