blob: 19d0c459e7c24db64f9f9c2c4f6528c8fc7cb3ea [file] [log] [blame]
{
"name": "TGRDataSource",
"version": "0.1",
"summary": "Convenience UITableView and UICollectionView data sources.",
"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",
"homepage": "https://github.com/gonzalezreal/TGRDataSource",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Guillermo Gonzalez": "gonzalezreal@icloud.com"
},
"social_media_url": "https://twitter.com/gonzalezreal",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/gonzalezreal/TGRDataSource.git",
"tag": "0.1"
},
"source_files": "TGRDataSource",
"frameworks": [
"Foundation",
"UIKit",
"CoreData"
],
"requires_arc": true
}