[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 1 / e / a / CDJSONExporter / 0.2.0 / CDJSONExporter.podspec.json
blob39553a22e988c4fe3be7c23786e3f52bec4b1efe
2   "name": "CDJSONExporter",
3   "version": "0.2.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   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/mruegenberg/CDJSONExporter.git",
16     "tag": "0.2.0"
17   },
18   "source_files": "*.{h,m}",
19   "public_header_files": "CDJSONExporter.h",
20   "frameworks": [
21     "CoreFoundation",
22     "CoreData"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "NSData+Base64": [
28     ]
29   }