[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / 4 / 2 / 9 / NTDCoreDataTableViewController / 0.0.2 / NTDCoreDataTableViewController.podspec.json
blob52c4840cc634be490576145b711cb777cddffcd8
2   "name": "NTDCoreDataTableViewController",
3   "version": "0.0.2",
4   "summary": "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source.",
5   "description": "        I was going to code for my second CoreData based Table View Controller. Then it occurred to me that 80% (or even more) of the functionality of two CoreData based Table View Controller are exactly the SAME. So I decided to refactor all those common stuff in a CDTVC into a super class. With my Unit Test covering me and Xcode’s Refactor, it all went pretty well.\n\tVolia! This is it.\n",
6   "homepage": "https://github.com/NicholasTD07/NTDCoreDataTableViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NicholasTD07": "Nicholas.TD07@gmail.com"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/NicholasTD07/NTDCoreDataTableViewController.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "NTDCoreDataTableViewController/*.{h,m}",
22   "frameworks": [
23     "CoreData",
24     "UIKit"
25   ],
26   "requires_arc": false