2 "name": "TGRDataSource",
4 "summary": "Convenience UITableView and UICollectionView data sources.",
5 "description": " Convenience UITableView and UICollectionView data sources.\n\n * `TGRArrayDataSource` and `TGRFetchedResultsDataSource` are reusable classes that implement `UITableView` and `UICollectionView` data sources using `NSArray` and `NSFetchedResultsController` respectively. Inspired by [Lighter View Controllers](http://www.objc.io/issue-1/lighter-view-controllers.html).\n * `TGRFetchedResultsTableViewController` is a reusable `UITableViewController` subclass that processes `NSFetchedResultsController` content changes the right way (based on code seen [here](http://www.fruitstandsoftware.com/blog/2013/02/uitableview-and-nsfetchedresultscontroller-updates-done-right/)).\n",
6 "homepage": "https://github.com/gonzalezreal/TGRDataSource",
12 "Guillermo Gonzalez": "gonzalezreal@icloud.com"
14 "social_media_url": "https://twitter.com/gonzalezreal",
19 "git": "https://github.com/gonzalezreal/TGRDataSource.git",
22 "source_files": "TGRDataSource",