[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / d / b / TGRDataSource / 0.1 / TGRDataSource.podspec.json
blob19d0c459e7c24db64f9f9c2c4f6528c8fc7cb3ea
2   "name": "TGRDataSource",
3   "version": "0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Guillermo Gonzalez": "gonzalezreal@icloud.com"
13   },
14   "social_media_url": "https://twitter.com/gonzalezreal",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/gonzalezreal/TGRDataSource.git",
20     "tag": "0.1"
21   },
22   "source_files": "TGRDataSource",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreData"
27   ],
28   "requires_arc": true