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