blob: 46b7f7a4b52cb3fd77fb8b1397048c06151198f9 [file] [log] [blame]
{
"name": "CacheAdvance",
"version": "0.3.0",
"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.3.0"
},
"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"
}