[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / 1 / Bender / 1.5.1 / Bender.podspec.json
blob9a4889059c576e38b145fefff1b5918201cc10a5
2   "name": "Bender",
3   "version": "1.5.1",
4   "summary": "JSON declarative validating and binding library written in Swift",
5   "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 ready.",
6   "homepage": "https://github.com/ptiz/bender",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Evgeny Kamyshanov": "ptiz@live.ru"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ptiz/bender.git",
19     "tag": "1.5.1"
20   },
21   "source_files": [
22     "Bender",
23     "Bender/**/*.{swift}"
24   ],
25   "pushed_with_swift_version": "3.0"