| { |
| "name": "Modelmatic", |
| "version": "0.6.6", |
| "swift_version": "4.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.6.6" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Modelmatic/Classes/**/*", |
| "frameworks": "CoreData" |
| } |