[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / 2 / 9 / NTDCoreDataTableViewController / 0.1.0 / NTDCoreDataTableViewController.podspec.json
blobc3faca552104ca8f56412c8db57704f402008b0a
2   "name": "NTDCoreDataTableViewController",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Eliminates boilerplate code involved with a CoreData based UITableViewController which uses a NSFetchedResultsController as its data source.",
9   "homepage": "https://github.com/NicholasTD07/NTDCoreDataTableViewController",
10   "authors": {
11     "NicholasTD07": "Nicholas.TD07@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/NicholasTD07/NTDCoreDataTableViewController.git",
15     "tag": "0.1.0"
16   },
17   "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        Volia! This is it.\n",
18   "source_files": "NTDCoreDataTableViewController/*.{h,m}",
19   "frameworks": [
20     "CoreData",
21     "UIKit"
22   ],
23   "requires_arc": true,
24   "platforms": {
25     "ios": null
26   }