[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 2 / 7 / c / Modelmatic / 0.6.5 / Modelmatic.podspec.json
blobe9f26231564eecf26d69c0d5459b64558c5a3f86
2   "name": "Modelmatic",
3   "version": "0.6.5",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Jonathan Lehr": "jlehr@aboutobjects.com"
14   },
15   "source": {
16     "git": "https://github.com/AboutObjects/Modelmatic.git",
17     "tag": "0.6.5"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "Modelmatic/Classes/**/*",
23   "frameworks": "CoreData"