blob: a90cd7b1f965da1abb165f0879e070b8d8cc660f [file] [log] [blame]
{
"name": "Modelmatic",
"version": "0.5.2",
"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.5.2"
},
"platforms": {
"ios": "8.3"
},
"source_files": "Modelmatic/Classes/**/*",
"frameworks": "CoreData"
}