blob: 61c185c54d9d6d57d01a45df51338878d83964dd [file] [log] [blame]
{
"name": "JVRCollectionViewDataSource",
"version": "1.0.1",
"summary": "A basic, reusable and expandable UICollectionViewDataSource class, to take the clutter out of your UICollectionView classes.",
"homepage": "https://github.com/jozsef-vesza/JVRCollectionViewDataSource",
"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/JVRCollectionViewDataSource.git",
"tag": "1.0.1"
},
"source_files": "*.{h,m}",
"public_header_files": "*.h",
"requires_arc": true,
"dependencies": {
"JVRCellConfiguratorDelegate": [
]
}
}