blob: 2d364d31108e5ee2534b918b95f40dd1d5127154 [file] [log] [blame]
{
"name": "PMVPCoreData",
"version": "0.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/agoodman/pmvp",
"authors": {
"Aubrey Goodman": "aubrey.goodman@gmail.com"
},
"summary": "Core Data fixtures for the PMVP framework",
"description": "PMVPCoreData delivers Core Data fixture capabilities to enable managed objects to be used with PMVP providers easily.",
"source": {
"git": "https://github.com/agoodman/pmvp.git",
"tag": "0.5"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "PMVPCoreData/**/*.{swift}",
"frameworks": "CoreData"
},
"dependencies": {
"PMVP": [
]
}
}