blob: 874c233be99af68b6aab12137bebe10770d492b8 [file] [log] [blame]
{
"name": "DVCoreDataFinders",
"version": "0.2",
"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 License, Version 2.0",
"authors": {
"Peyman Oreizy": "peymano@dynamicvariable.com"
},
"source": {
"git": "https://github.com/peymano/DVCoreDataFinders.git",
"tag": "0.2"
},
"source_files": "DVCoreDataFinders",
"platforms": {
"ios": "5.0"
},
"frameworks": "CoreData",
"requires_arc": true
}