blob: a45894ea4fc6154ceb1f32d4149f0883d63453c0 [file] [log] [blame]
{
"name": "KlappaDeSerializer",
"version": "2.1.0",
"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": "v2.1.0"
},
"source_files": [
"KlappaDeSerializer",
"KlappaDeSerializer/**/*.{h,m,c}"
],
"exclude_files": "Classes/Exclude",
"platforms": {
"ios": "5.0"
}
}