blob: 0b03b069618c77b33e6144a7111c1db6a8b390a5 [file] [log] [blame]
{
"name": "ResilientDecoding",
"version": "1.0.0",
"license": "MIT",
"summary": "A cache that enables the performant persistence of individual messages to disk",
"homepage": "https://github.com/airbnb/ResilientDecoding",
"authors": "George Leontiev",
"source": {
"git": "https://github.com/airbnb/ResilientDecoding.git",
"tag": "1.0.0"
},
"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"
}