blob: f7c74ec134e725c592f325e3acb43708d17b176e [file] [log] [blame]
{
"name": "Bender",
"version": "1.5.3",
"summary": "JSON declarative validating and binding library written in Swift",
"description": "A declarative JSON mapping library which does not pollute your models with ridiculous initializers and stuff. Describes JSON for your classes, does not dress your classes for JSON. Swift 3.2/Xcode 9",
"homepage": "https://github.com/ptiz/bender",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Kamyshanov": "ptiz@live.ru"
},
"platforms": {
"ios": "8.1",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ptiz/bender.git",
"tag": "1.5.3"
},
"source_files": [
"Bender",
"Bender/**/*.{swift}"
],
"pushed_with_swift_version": "3.2"
}