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