blob: 494b2ea5a04870dcbb0a6fba79267d441cede4e4 [file] [log] [blame]
{
"name": "MvvmForIOSSwift",
"version": "0.7",
"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.7"
},
"source_files": "MvvmForIOS/**/*.{swift}",
"requires_arc": true,
"swift_version": "4",
"dependencies": {
"LGSideMenuController": [
]
},
"deprecated": true
}