blob: c92c8fbeae0ccd8db98615ff5945945f6b1a9093 [file] [log] [blame]
{
"name": "BMACollectionBatchUpdates",
"version": "1.0.0",
"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.0.0"
},
"source_files": "BMACollectionBatchUpdates/*",
"public_header_files": "BMACollectionBatchUpdates/*.h",
"requires_arc": true
}