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