[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / 1 / Bender / 1.6.1 / Bender.podspec.json
blob7922510f935bb5c58ea590ea7cd714d2437c8e81
2   "name": "Bender",
3   "version": "1.6.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 4/Xcode 9",
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.1",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/ptiz/bender.git",
20     "tag": "1.6.1"
21   },
22   "source_files": [
23     "Bender",
24     "Bender/**/*.{swift}"
25   ]