[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / e / 0 / c / Decodable / 0.2.1 / Decodable.podspec.json
blob57529f129b545c23f3bbbd9c20799e922b032ff8
2   "name": "Decodable",
3   "version": "0.2.1",
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.2.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Decodable/*"