blob: 11ea57a1968411a569803b543b5a8226d81f3278 [file] [log] [blame]
{
"name": "JVRCoreDataCollectionViewDataSource",
"version": "1.0.4",
"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.4"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"frameworks": "CoreData",
"requires_arc": true,
"dependencies": {
"JVRCellConfiguratorDelegate": [
]
}
}