blob: 936f8152ed3b338ce8bc1df5cec7ecb6d65545c5 [file] [log] [blame]
{
"name": "Fetchable",
"version": "0.9",
"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"
},
"source_files": "Classes/**/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}