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