blob: 072808382058391810ad5d4a22ca8ebb39b83879 [file] [log] [blame]
{
"name": "ANDYFetchedResultsTableDataSource",
"version": "1.2",
"summary": "How much does it take to show a persited NSManagedObject in your UITableView?",
"description": " * How much does it take to insert a NSManagedObject into CoreData\n * and show it in your UITableView in an animated way\n * (using NSFetchedResultsController, of course)?\n * 100 LOC? 200 LOC? 300 LOC?\n * Well, ANDYFetchedResultsTableDataSource does it in 71 LOC.\n",
"homepage": "https://github.com/NSElvis/ANDYFetchedResultsTableDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/NSElvis",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/NSElvis/ANDYFetchedResultsTableDataSource.git",
"tag": "1.2"
},
"source_files": "ANDYFetchedResultsTableDataSource/",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true
}