blob: 591581c5774d7997b28b0e17c854dfef57e7b93d [file] [log] [blame]
{
"name": "DeSerializer",
"platforms": {
"ios": "8.0"
},
"version": "2.0.1",
"summary": "Lightweight library for JSON to object mapping using KVC and ObjC-Runtime",
"description": "Most of mappers require writing a lot of code that manually maps on object on another. \nThis library is supposed to do it autimatically, leaving to user possibility of defining own transformations.",
"homepage": "https://github.com/IljaKosynkin/DeSerializer",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ilia Kosynkin": "ilja.kosynkin@gmail.com"
},
"dependencies": {
"KlappaDeSerializer": [
]
},
"source": {
"git": "https://github.com/IljaKosynkin/DeSerializer.git",
"tag": "v2.0.1"
},
"source_files": [
"DeSerializer",
"DeSerializer/**/*.{swift}"
],
"pushed_with_swift_version": "3.0"
}