[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / c / Modelmatic / 0.5.3 / Modelmatic.podspec.json
blob60cb91aa06e4ea82780cce2aa524eb0765cf8c85
2   "name": "Modelmatic",
3   "version": "0.5.3",
4   "summary": "JSON serialization and deserialization for Swift model objects.",
5   "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.",
6   "homepage": "https://github.com/AboutObjects/Modelmatic",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jonathan Lehr": "jlehr@aboutobjects.com"
13   },
14   "source": {
15     "git": "https://github.com/AboutObjects/Modelmatic.git",
16     "tag": "0.5.3"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "Modelmatic/Classes/**/*",
22   "frameworks": "CoreData"