blob: 3e74f66e8d049473d996457e0eb42a40a65e864e [file] [log] [blame]
{
"name": "CSMCollectionBatchUpdates",
"version": "0.1",
"summary": "Safely perform batch updates in UITableView and UICollectionView",
"description": "CSMCollectionBatchUpdates` is a set of classes and extensions to UICollectionView and UITableView to perform safe batch updates of these views. Based in Badoo BMACollectionBatchUpdates",
"homepage": "https://github.com/Charlisim/ios-collection-batch-safe-updates-swift.git",
"license": "MIT",
"authors": {
"Carlos Simon": "csimonts@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Charlisim/ios-collection-batch-safe-updates-swift.git",
"tag": "0.1"
},
"source_files": "CSMCollectionBatchUpdates/CSMCollectionBatchUpdates",
"requires_arc": true
}