blob: 2211b8c5db6a5a168cdf3a6834c30a550876ca0e [file] [log] [blame]
{
"name": "JVRFetchedResultsControllerDataSource",
"version": "1.0.1",
"summary": "A reusable class that combines UITableViewDataSource and NSFetchedResultsControllerDelegate.",
"homepage": "https://github.com/jozsef-vesza/JVRFetchedResultsControllerDataSource",
"license": "MIT",
"authors": {
"József Vesza": "jozsef.vsza@outlook.com"
},
"social_media_url": "http://twitter.com/j_vesza",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jozsef-vesza/JVRFetchedResultsControllerDataSource.git",
"tag": "1.0.1"
},
"source_files": "*.{h,m}",
"exclude_files": "Lighter Core Data/*",
"public_header_files": "*.h",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"JVRCellConfiguratorDelegate": [
]
}
}