[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / c / Modelmatic / 0.4.0 / Modelmatic.podspec.json
blob6a2458e3e8418e9a24500d14faba65e2d818cec2
2   "name": "Modelmatic",
3   "version": "0.4.0",
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.4.0"
17   },
18   "platforms": {
19     "ios": "8.3"
20   },
21   "source_files": "Modelmatic/Classes/**/*",
22   "frameworks": "CoreData"