blob: 35437cfceee6c919d8f84342858c557924188a91 [file] [log] [blame]
{
"name": "Bender",
"version": "1.6.0",
"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 4/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.6.0"
},
"source_files": [
"Bender",
"Bender/**/*.{swift}"
]
}