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