blob: f65c698188eaf339914fcd7621b84a0d4c85b622 [file] [log] [blame]
{
"name": "CacheAdvance",
"version": "0.0.1",
"license": "Apache License, Version 2.0",
"summary": "A cache that enables the performant persistence of individual messages to disk",
"homepage": "https://github.com/dfed/CacheAdvance",
"authors": "Dan Federman",
"source": {
"git": "https://github.com/dfed/CacheAdvance.git",
"tag": "0.0.1"
},
"swift_versions": "5.1",
"source_files": "Sources/CacheAdvance/**/*.{swift}",
"platforms": {
"ios": "13.0",
"tvos": "13.0",
"watchos": "6.0",
"osx": "10.15"
},
"swift_version": "5.1"
}