[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 2 / MAXJsonAdapter / 0.1.5 / MAXJsonAdapter.podspec.json
blobf0f693f9ebcee410cf67f4b47827fbb0f31ade6f
2   "name": "MAXJsonAdapter",
3   "version": "0.1.5",
4   "summary": "MAXJsonAdapter is a powerful object serialization and deserialization framework for JSON.",
5   "description": "MAXJsonAdapter is intended for developers who want a simple, yet powerful, serialization and deserialization framework for JSON which does not require subclassing such as Mantle.\n\nSubclassing is a vital aspect of programming and most of the time we would like to have control over our root subclasses and not require third party subclasses which are out of our control. This project allows you to easily create model objects from json and vice versa.",
6   "homepage": "https://github.com/roodoodey/MAXJsonAdapter",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "roodoodey": "Mathieu Grettir Skúlason"
13   },
14   "source": {
15     "git": "https://github.com/roodoodey/MAXJsonAdapter.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MAXJsonAdapter/Classes/**/*"