[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 2 / MAXJsonAdapter / 0.1.1 / MAXJsonAdapter.podspec.json
blobaf56a034455ba8ff601424b3d5985e2dd6ba3b23
2   "name": "MAXJsonAdapter",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MAXJsonAdapter/Classes/**/*"