[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 3 / 4 / f / ConvCache / 0.1.0 / ConvCache.podspec.json
blobdd91ea6fa2c52d388bba2f9607ac6f1e7c7b9ae8
2   "name": "ConvCache",
3   "version": "0.1.0",
4   "summary": "A simple cache library that supports memory, disk, and modernization.",
5   "description": "\"ConvCache leverages Etag to modernize caches and supports memory and disk caches.\"\n\"ConvCache was created using only the Apple frameworks.\"\n\"Please enable Etag when you use it.\"",
6   "swift_versions": "4.0",
7   "homepage": "https://github.com/oguuk/ConvCache",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "oguuk": "ogw135@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/oguuk/ConvCache.git",
17     "tag": "0.1.0"
18   },
19   "platforms": {
20     "ios": "13.0"
21   },
22   "source_files": "ConvCache/Classes/**/*",
23   "swift_version": "4.0"