blob: c8697a3e1f1a31156c1e187ab9d5c1f31ea39227 [file] [log] [blame]
{
"name": "UICollectionView+NSFetchedResultsController",
"version": "1.2",
"summary": "NSFRC category for UICV that collects the data source changes and executes them in proper order using batchUpdates.",
"homepage": "https://github.com/radianttap/UICollectionView-NSFetchedResultsController",
"license": "MIT",
"authors": {
"Aleksandar Vacić": "radianttap.com"
},
"source": {
"git": "https://github.com/radianttap/UICollectionView-NSFetchedResultsController.git",
"tag": "1.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "UICollectionView+NSFetchedResultsController.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}