blob: 65c0887801505891466456460adf60044c6eae42 [file] [log] [blame]
{
"name": "MVVM-Swift",
"module_name": "MVVM",
"version": "5.0.1",
"summary": "MVVM Architect for iOS application.",
"description": "MVVM Architect for iOS application.\nThe benifits:\n - Better separation of concerns.\n - UI independence: easier migration to other UIs.\n - Better testability because of the separation of concerns and the decoupled nature of the code.",
"homepage": "https://github.com/blkbrds/arch-mvvm-ios",
"screenshots": "https://github.com/blkbrds/arch-mvvm-ios/raw/master/images/interactor.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dao Nguyen V.": "dao.nguyen@asiantech.vn"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/blkbrds/arch-mvvm-ios.git",
"tag": "5.0.1"
},
"swift_versions": "5.0",
"source_files": "MVVM/Class/*.swift",
"requires_arc": true,
"swift_version": "5.0"
}