blob: ff6aee3d9a7ac4c78d849811443e22b66b330ecf [file] [log] [blame]
{
"name": "MVPArchitecture",
"version": "1.0.0",
"summary": "Model View Presenter architecture",
"description": "a framework for Model View Presenter architecture",
"homepage": "https://github.com/minhhien177/MVPArchitecture",
"license": "MIT",
"authors": {
"vomh": "minhhien177@gmail.com"
},
"source": {
"git": "https://github.com/minhhien177/MVPArchitecture.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"static_framework": true,
"source_files": "MVPArchitecture/**/*",
"dependencies": {
"RxSwift": [
]
}
}