[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 1 / e / a / CDJSONExporter / 1.0 / CDJSONExporter.podspec.json
blobafec2333aedb62c5120f8cd0a18b212629300d34
2   "name": "CDJSONExporter",
3   "version": "1.0",
4   "summary": "Conversion of a Core Data Store to/from JSON.",
5   "description": "                   CDJSONExporter allows you to export/import your Core Data object graph / managed object context\n                   to/from a human-readable JSON format.\n                   \n                   The main use case is backup functionality for apps as well as sharing small pieces of data between users.\n",
6   "homepage": "https://github.com/mruegenberg/CDJSONExporter",
7   "license": "MIT",
8   "authors": {
9     "Marcel Ruegenberg": "gh@dustlab.com"
10   },
11   "source": {
12     "git": "https://github.com/mruegenberg/CDJSONExporter.git",
13     "tag": "1.0"
14   },
15   "source_files": "*.{h,m}",
16   "public_header_files": "CDJSONExporter.h",
17   "frameworks": [
18     "CoreFoundation",
19     "CoreData"
20   ],
21   "requires_arc": true,
22   "dependencies": {
23     "NSData+Base64": [
25     ]
26   }