blob: 0afcf1b8d81f014875ff327937cdeee6e4f9690f [file] [log] [blame]
{
"name": "MvvmForIOS",
"version": "0.3",
"summary": "Framework for using Mvvm Pattern in OBJ-C and Swift with iOS",
"description": "Framework for using Mvvm Pattern in OBJ-C and Swift with iOS\nCompatible Swift 4 and OBJ-C",
"homepage": "https://github.com/frankois944/MvvmForIOS",
"license": "MIT",
"authors": {
"Francois Dabonot": "frankois@azodus.fr.nf"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/frankois944/MvvmForIOS.git",
"tag": "0.3"
},
"source_files": "MvvmForIOS/MvvmForIOS/**/*.{h,m}",
"exclude_files": "MvvmForIOS/MvvmForIOS/**/*.{swift}",
"requires_arc": true
}