[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 7 / 1 / Bender / 1.2.1 / Bender.podspec.json
blobfaaa6f1f27775e3744347bfa060d90a37d934922
2   "name": "Bender",
3   "version": "1.2.1",
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.1"
20   },
21   "source_files": [
22     "Bender",
23     "Bender/**/*.{swift}"
24   ]