[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 6 / f / 5 / DecodeFailable / 1.0 / DecodeFailable.podspec.json
blob6dbd15e625b0dd2c458a7820a36f6166acc33026
2   "name": "DecodeFailable",
3   "version": "1.0",
4   "summary": "Allows decoding to fail for individual elements in arrays using Codable",
5   "description": "DecodeFailable provides a custom `Decodable` collection that decoding for individual elements can fail silently for.\nThus, malformed or unknown elements in a JSON array won't result in a failure of the entire decoding. It also makes it\neasy to log or add custom handling of decoding errors for those elements.",
6   "homepage": "https://github.com/gmarm/DecodeFailable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "George Marmaridis": "gmarmas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/gmarm/DecodeFailable.git",
16     "tag": "1.0"
17   },
18   "social_media_url": "https://twitter.com/gmarmas",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "DecodeFailable/Classes/**/*",
23   "swift_version": "4.2"