blob: 6a2458e3e8418e9a24500d14faba65e2d818cec2 [file] [log] [blame]
{
"name": "Modelmatic",
"version": "0.4.0",
"summary": "JSON serialization and deserialization for Swift model objects.",
"description": "Modelmatic adds JSON serialization and deserialization behavior to Swift model objects so that you don't have to. It allows you to take advantage of Xcode's built-in Core Data modeling tool to define mappings between object properties and JSON attributes, allowing you to seamlessly model relationships.",
"homepage": "https://github.com/AboutObjects/Modelmatic",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Lehr": "jlehr@aboutobjects.com"
},
"source": {
"git": "https://github.com/AboutObjects/Modelmatic.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Modelmatic/Classes/**/*",
"frameworks": "CoreData"
}