blob: 791d605bc0a9860c139d0c0b148a04aa3b92deba [file] [log] [blame]
{
"name": "KlappaDeSerializer",
"version": "1.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/KlappaDeSerializer",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Ilia Kosynkin": "ilja.kosynkin@gmail.com"
},
"source": {
"git": "https://github.com/IljaKosynkin/KlappaDeSerializer.git",
"tag": "v1.0.1"
},
"source_files": [
"KlappaDeSerializer",
"KlappaDeSerializer/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "5.0"
}
}