blob: 5ad51b5bc6901fed8ab2ba516f14601a6f829a98 [file] [log] [blame]
{
"name": "FetchedResultsController",
"version": "1.0.0",
"summary": "A FetchedResultsController implementation that abstracts out the boilerplate for both UITableView and UICollectionView.",
"homepage": "http://www.williamboles.me",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": "William Boles",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wibosco/FetchedResultsController.git",
"branch": "master",
"tag": "1.0.0"
},
"source_files": "FetchedResultsController/**/*.{h,m}",
"public_header_files": "FetchedResultsController/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
]
}