[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / 9 / 0 / HBSFetchedTableController / 1.0.0 / HBSFetchedTableController.podspec.json
blob42c561018c075df35d0acef49e2935497906027b
2   "name": "HBSFetchedTableController",
3   "version": "1.0.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": "1.0.0"
23   },
24   "source_files": "Pod/Classes/**/*"