blob: 15a7904437e56d3a889cda380b925ba1217ca6a2 [file] [log] [blame]
{
"name": "CollectionViewTools",
"version": "0.0.4",
"summary": "Powerful tool for making UICollectionView usage simple and comfortable.",
"description": "Effective framework, similar to TableViewTools for making your UICollectionView usage simple and comfortable. It allows you to move UICollectionView configuration and interaction logic to separated objects and simply register, add and remove cells from the collection view.",
"homepage": "https://github.com/rosberry/CollectionViewTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Frishbuter": "dmitry.frishbuter@rosberry.com"
},
"source": {
"git": "https://github.com/DmitryFrishbuter/CollectionViewTools.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"pushed_with_swift_version": "3.0"
}