blob: 4dfb1aa9c68cd6f1aa594da90e7feb00547caf0b [file] [log] [blame]
{
"name": "JVRFetchedResultsControllerDataSource",
"version": "0.0.7",
"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": "0.0.7"
},
"source_files": "*.{h,m}",
"exclude_files": "Lighter Core Data/*",
"public_header_files": "*.h",
"frameworks": "CoreData",
"requires_arc": true
}