[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 0 / c / Decodable / 0.5.1 / Decodable.podspec.json
blobf759bd6680d8e2a4dd093c2952075242d210a53c
2   "name": "Decodable",
3   "version": "0.5.1",
4   "summary": "Swift JSON parsing done (more) right",
5   "description": "Simple yet powerful object mapping made possible by Swift 2's error handling. Greatly inspired by Argo, but without any functional programming and bizillion operators.",
6   "homepage": "https://github.com/Anviking/Decodable",
7   "license": "MIT",
8   "authors": {
9     "Anviking": "anviking@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Anviking/Decodable.git",
13     "tag": "v0.5.1"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/*.{swift,h}",
23   "pushed_with_swift_version": "3.0"