blob: 9ccef62361d0766a57f925e1efceeffa27f57c3b [file] [log] [blame]
{
"name": "ResilientDecoding",
"version": "1.0.1",
"license": "MIT",
"summary": "A library you can use to partially recover from decoding errors",
"homepage": "https://github.com/airbnb/ResilientDecoding",
"authors": "George Leontiev",
"source": {
"git": "https://github.com/airbnb/ResilientDecoding.git",
"tag": "1.0.1"
},
"swift_versions": "5.2",
"source_files": "Sources/ResilientDecoding/**/*.{swift}",
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"watchos": "5.0",
"osx": "10.14"
},
"swift_version": "5.2"
}