[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 9 / 0 / HBSFetchedTableController / 1.0.2 / HBSFetchedTableController.podspec.json
blob07c05ce3448bc63f0121fad3174d75c654280992
2   "name": "HBSFetchedTableController",
3   "version": "1.0.2",
4   "summary": "A layer between UITableView and NSFetchedResultsController.",
5   "description": "Layer between CoreData's NSFetchedResultsController and UITableView. Incapsulates all boilerplate code, and let you split your code by logic - configuration factories and behaviour delegates.",
6   "homepage": "https://github.com/RealBonus/HBSFetchedTableController",
7   "license": "MIT",
8   "authors": {
9     "Pavel Anokhov": "p.anokhov@gmail.com"
10   },
11   "social_media_url": "https://www.instagram.com/pavel_anokhov/",
12   "platforms": {
13     "ios": "7.0"
14   },
15   "requires_arc": true,
16   "frameworks": [
17     "CoreData",
18     "UIKit"
19   ],
20   "source": {
21     "git": "https://github.com/RealBonus/HBSFetchedTableController.git",
22     "tag": "1.0.2"
23   },
24   "source_files": "Pod/Classes/**/*"