| { |
| "name": "DecodeFailable", |
| "version": "1.0", |
| "summary": "Allows decoding to fail for individual elements in arrays using Codable", |
| "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.", |
| "homepage": "https://github.com/gmarm/DecodeFailable", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "George Marmaridis": "gmarmas@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/gmarm/DecodeFailable.git", |
| "tag": "1.0" |
| }, |
| "social_media_url": "https://twitter.com/gmarmas", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "DecodeFailable/Classes/**/*", |
| "swift_version": "4.2" |
| } |