blob: ef150d12d8c36cd6acc2a3bd9a13fe68aa320bf5 [file] [log] [blame]
{
"name": "CacheAdvance",
"version": "1.1.0",
"license": "Apache License, Version 2.0",
"summary": "A performant cache for logging systems. CacheAdvance persists log events 30x faster than SQLite.",
"homepage": "https://github.com/dfed/CacheAdvance",
"authors": "Dan Federman",
"source": {
"git": "https://github.com/dfed/CacheAdvance.git",
"tag": "1.1.0"
},
"swift_versions": "5.1",
"source_files": [
"Sources/**/*.{swift}",
"Sources/**/*.{h,m}"
],
"platforms": {
"ios": "12.0",
"tvos": "12.0",
"watchos": "5.0",
"osx": "10.14"
},
"swift_version": "5.1"
}