blob: bed515ce797b2402e95d6731cc49618ed7b8b963 [file] [log] [blame]
{
"name": "VPPCoreData",
"version": "0.2.0",
"license": "MIT",
"summary": "VPPCoreData is a Core Data wrapper with Active Record support that simplifies the task of managing data with Core Data framework.",
"homepage": "http://github.com/vicpenap/VPPCoreData",
"authors": {
"Victor Pena": "contact@victorpena.es"
},
"source": {
"git": "https://github.com/vicpenap/VPPCoreData.git",
"tag": "0.2.0"
},
"description": "VPPCoreData is a Core Data wrapper with Active Record support that simplifies the task of managing data with Core Data framework. This library offers an automatic setup of Core Data and a set of methods to set and retrieve data, both in foreground and background.",
"source_files": [
"VPPCoreData",
"VPPCoreData/Categories"
],
"frameworks": "CoreData",
"requires_arc": false
}