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