[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / c / a / 9 / WolfCache / 1.0 / WolfCache.podspec.json
blob44eb9e3513940b7875433d9604f55afeec67d932
2   "name": "WolfCache",
3   "version": "1.0",
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": "1.0"
16   },
17   "swift_version": "4.2",
18   "source_files": "WolfCache/Classes/**/*",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.13",
22     "tvos": "11.0"
23   },
24   "module_name": "WolfCache",
25   "dependencies": {
26     "WolfLog": [
28     ],
29     "ExtensibleEnumeratedName": [
31     ],
32     "WolfImage": [
34     ],
35     "WolfConcurrency": [
37     ],
38     "WolfNetwork": [
40     ]
41   }