blob: 14c0bbaf927ecbf00ca80b84932afb7427a845ba [file] [log] [blame]
{
"name": "FetchedResultsController",
"version": "2.0.5",
"summary": "A FetchedResultsController implementation that abstracts out the boilerplate for both UITableView.",
"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": "2.0.5"
},
"source_files": "FetchedResultsController/**/*.swift",
"requires_arc": true,
"frameworks": [
"UIKit",
"CoreData"
]
}