[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 6 / 9 / GMCoreDataMultipleSectionsTableVC / 0.1.3 / GMCoreDataMultipleSectionsTableVC.podspec.json
blob53a41cf8fb0dfdc2645503531006e7ec20466f96
2   "name": "GMCoreDataMultipleSectionsTableVC",
3   "version": "0.1.3",
4   "summary": "UITableViewController subclass backed by multiple NSFetchedResultsControllers",
5   "description": "\tUITableViewControllers are backed most of the time with only one NSFetchedResultsController. This subclass allows you to have multiple NSFetchedResultsControllers, each under a section with a custom title.\n",
6   "homepage": "https://github.com/imton/GMCoreDataMultipleSectionsTableVC/",
7   "license": "MIT",
8   "authors": {
9     "Gaston Morixe": "gaston@black.uy"
10   },
11   "source": {
12     "git": "https://github.com/imton/GMCoreDataMultipleSectionsTableVC.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/imton",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "frameworks": "CoreData",
21   "source_files": "*.{h,m}",
22   "public_header_files": "*.h"