blob: 7053fbb3f03a29f72cdb3048b21a9a544475a2bc [file] [log] [blame]
{
"name": "JSONCache",
"version": "1.1.0",
"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.1.0"
},
"source_files": "JSONCache/**/*.{h,swift}",
"dependencies": {
"Result": [
"~> 3.2.4"
]
},
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}