blob: bff4c701929ad3474004c6a026ad3bcc42862cc0 [file] [log] [blame]
{
"name": "CacheAdvance",
"version": "0.0.3",
"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.3"
},
"swift_versions": "5.1",
"source_files": [
"Sources/CacheAdvance/**/*.{swift}",
"Sources/SwiftTryCatch/**/*.{h,m}"
],
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"watchos": "5.0",
"osx": "10.14"
},
"swift_version": "5.1"
}