[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / 5 / 7 / 1 / Bender / 1.5.0 / Bender.podspec.json
blobf401102c11ed2ac2a8ac39e95b21aaebc8dbce4b
2   "name": "Bender",
3   "version": "1.5.0",
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. Swift 3 ready.",
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.5.0"
20   },
21   "source_files": [
22     "Bender",
23     "Bender/**/*.{swift}"
24   ],
25   "pushed_with_swift_version": "3.0"