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