[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / d / f / THCoreDataKit / 0.3.2 / THCoreDataKit.podspec.json
blobb54d35705347636a1d9341ea8a3b05fc8f13fd55
2   "name": "THCoreDataKit",
3   "version": "0.3.2",
4   "summary": "A group of Core Data helper classes",
5   "description": "You'll find subclasses for NSManagedObject, a persistence controller, and a helper to use as a delegate for an NSFetchedResultsController",
6   "homepage": "https://github.com/taphouseio/THCoreDataKit",
7   "license": "MIT",
8   "authors": {
9     "Jared Sorge": "contact@taphouse.io"
10   },
11   "source": {
12     "git": "https://github.com/taphouseio/THCoreDataKit.git",
13     "tag": "0.3.2"
14   },
15   "social_media_url": "https://twitter.com/taphouseio",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "THCoreDataKit": [
23       "Pod/Assets/*.png"
24     ]
25   }