blob: f401102c11ed2ac2a8ac39e95b21aaebc8dbce4b [file] [log] [blame]
{
"name": "Bender",
"version": "1.5.0",
"summary": "JSON validating and binding library written in Swift",
"description": "Not just yet another JSON mapping library, but library for validating \n input by set of recursive rules and binding JSON structures to your models without \n any additional dependecies. Swift 3 ready.",
"homepage": "https://github.com/ptiz/bender",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Kamyshanov": "ptiz@live.ru"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ptiz/bender.git",
"tag": "1.5.0"
},
"source_files": [
"Bender",
"Bender/**/*.{swift}"
],
"pushed_with_swift_version": "3.0"
}