[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / 0 / HBSFetchedTableController / 0.1.0 / HBSFetchedTableController.podspec.json
blob18a4afd9dac4997d81643f6aeeaea3200665cd98
2   "name": "HBSFetchedTableController",
3   "version": "0.1.0",
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": "0.1.0"
23   },
24   "source_files": "Pod/Classes/**/*"