blob: c901d59fbed9b41f71508d373adf94731c832d76 [file] [log] [blame]
{
"name": "JSONCache",
"version": "1.0.6",
"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",
"osx": "10.11",
"watchos": "3.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/andersblehr/JSONCache.git",
"tag": "1.0.6"
},
"source_files": "JSONCache/**/*.{h,swift}",
"dependencies": {
"Result": [
"~> 3.2.1"
]
},
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}