blob: 846822ffffb526c053b982a154f1d4c094005e3b [file] [log] [blame]
{
"name": "WolfCache",
"version": "3.0.2",
"summary": "Framework for retrieving and caching frequently-used data, including in-memory, in-storage, and in-network layers.",
"homepage": "https://github.com/wolfmcnally/WolfCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wolf McNally": "wolf@wolfmcnally.com"
},
"source": {
"git": "https://github.com/wolfmcnally/WolfCache.git",
"tag": "3.0.2"
},
"swift_versions": "5.0",
"source_files": "Sources/WolfCache/**/*",
"platforms": {
"ios": "12.0",
"osx": "10.14",
"tvos": "12.0"
},
"module_name": "WolfCache",
"dependencies": {
"WolfLog": [
],
"WolfCore": [
],
"WolfGraphics": [
],
"WolfNetwork": [
],
"WolfNIO": [
]
}
}