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