[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / c / Decodable / 0.3 / Decodable.podspec.json
blobba73d2714cdcce5910bbc39eeb6bac1d251ec392
2   "name": "Decodable",
3   "version": "0.3",
4   "summary": "Swift 2 JSON parsing done (more) right",
5   "description": "Simple yet powerful object mapping made possible by Swift 2's new 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     "Johannes Lund": "anviking@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Anviking/Decodable.git",
13     "tag": "v0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Decodable/*"