blob: 39553a22e988c4fe3be7c23786e3f52bec4b1efe [file] [log] [blame]
{
"name": "CDJSONExporter",
"version": "0.2.0",
"summary": "Conversion of a Core Data Store to/from JSON.",
"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",
"homepage": "https://github.com/mruegenberg/CDJSONExporter",
"license": "MIT",
"authors": {
"Marcel Ruegenberg": "gh@dustlab.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/mruegenberg/CDJSONExporter.git",
"tag": "0.2.0"
},
"source_files": "*.{h,m}",
"public_header_files": "CDJSONExporter.h",
"frameworks": [
"CoreFoundation",
"CoreData"
],
"requires_arc": true,
"dependencies": {
"NSData+Base64": [
]
}
}