blob: 9d1025f6ace40ff90dfb6a7154255e6d6fd579af [file] [log] [blame]
{
"name": "FetchedResultsController",
"version": "0.1.4",
"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.4"
},
"source_files": "FetchedResultsController/**/*.{h,m}",
"public_header_files": "FetchedResultsController/**/*.{h}",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
]
}