blob: 5206f63ea954effc583f58b44aec6cf1143c3317 [file] [log] [blame]
{
"name": "Bender",
"version": "2.0.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",
"homepage": "https://github.com/ptiz/bender",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evgeny Kamyshanov": "ptiz@live.ru"
},
"platforms": {
"ios": "10.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/ptiz/bender.git",
"tag": "2.0.0"
},
"source_files": [
"Bender",
"Bender/**/*.{swift}"
]
}