blob: 125bbb5b3b5a5b44613c13b13f0112bad8d3f31c [file] [log] [blame]
{
"name": "FetchedResultsController",
"version": "0.1.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": "0.1.0"
},
"source_files": "FetchedResultsController/**/*.{h,m}",
"public_header_files": "FetchedResultsController/**/*.{h}",
"requires_arc": true,
"frameworks": "UIKit"
}