blob: 9bd055cb31381928d0ebdb53b7e05683a29dea59 [file] [log] [blame]
{
"name": "MvvmForIOS-Swift",
"version": "0.6",
"summary": "Framework for using Mvvm Pattern in Swift with iOS",
"description": "Framework for using Mvvm Pattern in Swift 4 with iOS\nCompatible Swift 4 and iOS > 8",
"homepage": "https://github.com/frankois944/MvvmForIOS-Swift",
"license": "MIT",
"authors": {
"Francois Dabonot": "frankois@azodus.fr.nf"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/frankois944/MvvmForIOS-Swift.git",
"tag": "0.6"
},
"source_files": "MvvmForIOS/**/*.{swift}",
"requires_arc": true,
"swift_version": "4",
"dependencies": {
"LGSideMenuController": [
]
}
}