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