[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 5 / 7 / 1 / Bender / 1.2.4 / Bender.podspec.json
blobfb41511b7c2e414be33e3a822ae57a3013ccbb8e
2   "name": "Bender",
3   "version": "1.2.4",
4   "summary": "JSON validating and binding library written in Swift",
5   "description": "Not just yet another JSON mapping library, but library for validating \n  input by set of recursive rules and binding JSON structures to your models without \n  any additional dependecies.",
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.2.4"
20   },
21   "source_files": [
22     "Bender",
23     "Bender/**/*.{swift}"
24   ]