blob: 87a206401e5aab423ea15f6c09f3b1b8966e7d90 [file] [log] [blame]
{
"name": "Fetchable",
"version": "0.9.1",
"summary": "Easy FRC-backed UITableView and UICollectionViewControllers",
"description": " Stop copy/pasting your `NSFetchedResultsControllerDelegate` implementations around!\n\n FRC-backed UITableView and UICollectionViewControllers in very little code.\n",
"homepage": "https://github.com/phatblat/Fetchable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ben Chatelain": "benchatelain@gmail.com"
},
"social_media_url": "https://twitter.com/phatblat",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/phatblat/Fetchable.git",
"tag": "0.9.1"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}