2 "name": "DecodeFailable",
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",
12 "George Marmaridis": "gmarmas@gmail.com"
15 "git": "https://github.com/gmarm/DecodeFailable.git",
18 "social_media_url": "https://twitter.com/gmarmas",
22 "source_files": "DecodeFailable/Classes/**/*",
23 "swift_version": "4.2"