blob: da4fb168984584ccfc3ba69e26b55987594441f3 [file] [log] [blame]
{
"name": "PMVPCoreData",
"version": "0.5.1",
"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.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"ios": {
"source_files": "PMVPCoreData/**/*.{swift}",
"frameworks": "CoreData"
},
"dependencies": {
"PMVP": [
]
}
}