blob: a0aa6f8242d6738cfa773c07cae5d856d15eaf27 [file] [log] [blame]
{
"name": "WolfCache",
"version": "2.0.0",
"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": "2.0.0"
},
"swift_versions": "5.0",
"source_files": "WolfCache/Classes/**/*",
"platforms": {
"ios": "9.3",
"osx": "10.13",
"tvos": "11.0"
},
"module_name": "WolfCache",
"dependencies": {
"WolfLog": [
],
"ExtensibleEnumeratedName": [
],
"WolfImage": [
],
"WolfConcurrency": [
],
"WolfNetwork": [
]
}
}