[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 5 / 7 / 1 / Bender / 1.5.3 / Bender.podspec.json
blobf7c74ec134e725c592f325e3acb43708d17b176e
2   "name": "Bender",
3   "version": "1.5.3",
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.2/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.5.3"
21   },
22   "source_files": [
23     "Bender",
24     "Bender/**/*.{swift}"
25   ],
26   "pushed_with_swift_version": "3.2"