blob: 9583e2fee6a0c66d4c2385619d2d0e9d5ca367d2 [file] [log] [blame]
{
"name": "MvvmForIOS-Swift",
"version": "0.5",
"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.5"
},
"source_files": "MvvmForIOS/**/*.{swift}",
"requires_arc": true,
"swift_version": "4",
"dependencies": {
"LGSideMenuController": [
]
}
}