blob: 6da38300562c3ae652fc6f800b46f0bd8bfe8caa [file] [log] [blame]
{
"name": "MVVM-Swift",
"version": "1.0.0",
"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/asiantechinc/at-mvvm-ios",
"screenshots": "https://github.com/asiantechinc/at-mvvm-ios/raw/master/images/interactor.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dao Nguyen V.": "dao.nguyen@asiantech.vn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/asiantechinc/at-mvvm-ios.git",
"tag": "1.0.0"
},
"source_files": "MVVM/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}