blob: 44cd7b45ce72e84a3a4452a1cfbd38f4fc973a63 [file] [log] [blame]
{
"name": "DATASource",
"version": "2.1",
"summary": "NSFetchedResultsController + UITableViewController made stupid easy",
"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, DATASource does it in 71 LOC.\n",
"homepage": "https://github.com/NSElvis/DATASource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elvis Nunez": "elvisnunez@me.com"
},
"social_media_url": "http://twitter.com/NSElvis",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/NSElvis/DATASource.git",
"tag": "2.1"
},
"source_files": "Source/",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true
}