4 "swift_version": "4.2",
5 "summary": "JSON serialization and deserialization for Swift model objects.",
6 "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.",
7 "homepage": "https://github.com/AboutObjects/Modelmatic",
13 "Jonathan Lehr": "jlehr@aboutobjects.com"
16 "git": "https://github.com/AboutObjects/Modelmatic.git",
22 "source_files": "Modelmatic/Classes/**/*",
23 "frameworks": "CoreData"