blob: 0b8dc3008594ded46e43563766377e193969d93b [file] [log] [blame]
{
"name": "JSONCache",
"version": "1.0.2",
"summary": "JSON to Core Data and back.",
"description": "JSONCache is a thin layer on top of Core Data that seamlessly consumes, persists and produces JSON data, converting between `snake_case` and `camelCase` as needed while establishing and preserving relationships between Core Data objects created from JSON records.",
"homepage": "https://github.com/andersblehr/JSONCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anders Blehr": "anders@andersblehr.co"
},
"social_media_url": "http://twitter.com/andersblehr",
"platforms": {
"ios": "9.3"
},
"source": {
"git": "https://github.com/andersblehr/JSONCache.git",
"tag": "1.0.2"
},
"source_files": "JSONCache/**/*.{h,swift}",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}