blob: f9d2dbbdcabaf85d049dace53156406c77acc13f [file] [log] [blame]
{
"name": "MvvmForIOS",
"version": "0.3.1",
"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.1"
},
"source_files": "MvvmForIOS/MvvmForIOS/**/*.{h,m}",
"exclude_files": "MvvmForIOS/MvvmForIOS/**/*.{swift}",
"requires_arc": true
}