[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / 5 / d / f / THCoreDataKit / 0.5 / THCoreDataKit.podspec.json
blob36063343cb4ed81979948105a2c77c02771cf01f
2   "name": "THCoreDataKit",
3   "version": "0.5",
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.5"
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   }