[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / 8 / PostCache / 0.0.3 / PostCache.podspec.json
blobd2350f70718d5b5126e9d75631de9e410bec0ba9
2   "name": "PostCache",
3   "version": "0.0.3",
4   "summary": "Protocol-oriented cache in pure Swift",
5   "description": "* Uses NSCache for quick in-memory access\n* Long-term storage uses disk with LRU eviction",
6   "homepage": "https://github.com/WashingtonPost/PostCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "The Washington Post",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/washingtonpost/PostCache.git",
17     "tag": "0.0.3"
18   },
19   "default_subspecs": "Default",
20   "subspecs": [
21     {
22       "name": "Default",
23       "dependencies": {
24         "Failable": [
25           ">= 0.2.2"
26         ]
27       },
28       "source_files": "PostCache/PostCache.swift"
29     },
30     {
31       "name": "Gloss",
32       "dependencies": {
33         "Gloss": [
34           "~> 0.7.0"
35         ],
36         "PostCache/Default": [
38         ]
39       },
40       "source_files": "PostCache/Protocols/Gloss.swift"
41     }
42   ]