blob: 1daf2ede94559eb03490f96088f998bcfce43e1a [file] [log] [blame]
{
"name": "JSONCache",
"version": "1.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": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/andersblehr/JSONCache.git",
"tag": "1.2"
},
"source_files": "JSONCache/**/*.{h,swift}",
"requires_arc": true
}