blob: 75042c52cc57eca44e20eaa2a1b56e8e6421763d [file] [log] [blame]
{
"name": "MGArchitecture",
"platforms": {
"ios": "9.0"
},
"summary": "Clean Architecture with RxSwift and MVVM",
"requires_arc": true,
"version": "0.1.2",
"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.1.2"
},
"frameworks": "UIKit",
"dependencies": {
"RxSwift": [
"~> 4.1"
],
"RxCocoa": [
"~> 4.1"
],
"OrderedSet": [
"~> 3.0"
]
},
"source_files": "MGArchitecture/**/*.{swift}",
"swift_version": "4.0"
}