blob: 3e9b9443f3893469094491c9ff246c1f11619d4f [file] [log] [blame]
{
"name": "DVCoreDataFinders",
"version": "0.5",
"summary": "Simple, no-frills CoreData helper methods.",
"description": " A simple Objective-C category on `NSManagedObject`\n to find objects and create instances of\n `NSFetchRequest` and `NSFetchedResultsController`.\n",
"homepage": "https://github.com/peymano/DVCoreDataFinders",
"license": "Apache 2.0",
"authors": {
"Peyman Oreizy": "peymano@dynamicvariable.com"
},
"source": {
"git": "https://github.com/peymano/DVCoreDataFinders.git",
"tag": "0.5"
},
"source_files": "DVCoreDataFinders",
"platforms": {
"ios": "5.0"
},
"frameworks": "CoreData",
"requires_arc": true
}