blob: 8e427687cd77df7a7f6c1c1300bdd238db17bd4d [file] [log] [blame]
{
"name": "DeSerializer",
"platforms": {
"ios": "8.0"
},
"version": "2.1.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.1.1"
},
"source_files": [
"DeSerializer",
"DeSerializer/**/*.{swift}"
]
}