[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / e / 0 / c / Decodable / 0.4.2 / Decodable.podspec.json
blob9d0682b2a6568dac069f9810c4cb8a254518d603
2   "name": "Decodable",
3   "version": "0.4.2",
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     "Anviking": "anviking@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Anviking/Decodable.git",
13     "tag": "v0.4.2"
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}"