blob: 7975cab192179ba84579cf92e46c92b295eb375f [file] [log] [blame]
{
"name": "JVRCoreDataCollectionViewDataSource",
"version": "1.0.0",
"summary": "A reusable class that combines UICollectionViewDataSource and NSFetchedResultsControllerDelegate.",
"homepage": "https://github.com/jozsef-vesza/JVRCoreDataCollectionViewDataSource",
"license": "MIT",
"authors": {
"József Vesza": "jozsef.vesza@outlook.com"
},
"social_media_url": "http://twitter.com/j_vesza",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jozsef-vesza/JVRCoreDataCollectionViewDataSource.git",
"tag": "1.0.0"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"JVRCoreDataCellHelper": [
]
}
}