2 "name": "ASCollectionViewController",
4 "summary": "A UICollectionViewController subclass that makes working with NSFetchedResultsController, UIMenuController and UIRefreshControl easier.",
5 "description": " A `UICollectionViewController` subclass that makes working with `NSFetchedResultsController`, `UIMenuController` and `UIRefreshControl` easier.\n\n In particular it:\n\n * Takes care of batching together any changes to your model to update the `collectionView`. This includes call backs if you need additional logic to respond to deletions/insertions/updates/moves.\n * Enables long-tap menus on cells using `UIMenuItem` objects.\n * Add a `UIRefreshControl` control.\n",
6 "homepage": "https://github.com/nighthawk/ASCollectionViewController",
9 "Adrian Schoenig": "adrian.schoenig@gmail.com"
12 "git": "https://github.com/nighthawk/ASCollectionViewController.git",
18 "source_files": "*.{h,m}",
19 "frameworks": "CoreData",