[Add] CXHAdSDK-TopOn 1.6.6
[CocoaPods.git] / Specs / c / a / 9 / WolfCache / 3.0.1 / WolfCache.podspec.json
blob2d2798cc49e5451501b608bd27185991269ffc3d
2   "name": "WolfCache",
3   "version": "3.0.1",
4   "summary": "Framework for retrieving and caching frequently-used data, including in-memory, in-storage, and in-network layers.",
5   "homepage": "https://github.com/wolfmcnally/WolfCache",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wolf McNally": "wolf@wolfmcnally.com"
12   },
13   "source": {
14     "git": "https://github.com/wolfmcnally/WolfCache.git",
15     "tag": "3.0.1"
16   },
17   "swift_versions": "5.0",
18   "source_files": "Sources/WolfCache/**/*",
19   "platforms": {
20     "ios": "12.0",
21     "osx": "10.14",
22     "tvos": "12.0"
23   },
24   "module_name": "WolfCache",
25   "dependencies": {
26     "WolfLog": [
28     ],
29     "WolfCore": [
31     ],
32     "WolfImage": [
34     ],
35     "WolfNetwork": [
37     ],
38     "WolfNIO": [
40     ]
41   }