blob: a4ce60e36dd93d166cd66dc08953f8cc555baa84 [file] [log] [blame]
{
"name": "DVCoreDataFinders",
"version": "0.3",
"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.3"
},
"source_files": "DVCoreDataFinders",
"platforms": {
"ios": "5.0"
},
"frameworks": "CoreData",
"requires_arc": true
}