blob: 71000a6cd01e1b4328bd5f4c00edfe3f6cada71c [file] [log] [blame]
{
"name": "BMACollectionBatchUpdates",
"version": "1.1.2",
"summary": "Safely perform batch updates in UITableView and UICollectionView",
"description": "BMACollectionBatchUpdates` is a set of classes and extensions to UICollectionView and UITableView to perform safe batch updates of these views.",
"homepage": "https://github.com/badoo/ios-collection-batch-updates.git",
"license": {
"type": "MIT"
},
"authors": {
"Vladimir Magaziy": "vladimir.magaziy@corp.badoo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/badoo/ios-collection-batch-updates.git",
"tag": "1.1.2"
},
"source_files": "BMACollectionBatchUpdates/*",
"public_header_files": "BMACollectionBatchUpdates/*.h",
"requires_arc": true
}