[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / c / 0 / DATASource / 6.1.2 / DATASource.podspec.json
blobb95b0694a02256f215e0d3ce6fb84df769bd4a63
2   "name": "DATASource",
3   "version": "6.1.2",
4   "summary": "Core Data's NSFetchedResultsController wrapper for UITableView and UICollectionView",
5   "description": "If you are not familiarized with NSFetchedResultsController, it allows you to efficiently manage the results returned from a Core Data fetch request to provide data for a UITableView or a UICollectionView. NSFetchedResultsController monitors changes in Core Data objects and notifies the view about those changes allowing you to be reactive about them.\n\nUsing NSFetchedResultsController and NSFetchedResultsControllerDelegate is awesome, but sadly it involves a lot of boilerplate. Well, luckily with DATASource not anymore.\n\n- Encapsulates NSFetchedResultsController and NSFetchedResultsControllerDelegate boilerplate\n- Supports indexed tables out of the box\n- Supports sectioned collections out of the box\n- Swift\n- Objective-C compatibility",
6   "homepage": "https://github.com/SyncDB/DATASource",
7   "license": "MIT",
8   "authors": {
9     "SyncDB": "syncdb.contact@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SyncDB/DATASource.git",
13     "tag": "6.1.2"
14   },
15   "social_media_url": "https://twitter.com/Sync_DB",
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Source/**/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreData"
26   ],
27   "pushed_with_swift_version": "3.0.1"