[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / 7 / Cachyr / 1.0.2 / Cachyr.podspec.json
blob727690bccbfbc12c8dafe4a1159ec806a9e19948
2   "name": "Cachyr",
3   "version": "1.0.2",
4   "summary": "A thread-safe and type-safe key-value data cache written in Swift.",
5   "description": "Cachyr is a small key-value cache written in Swift. It has some nice properties:\n\n- Written in Swift 3.\n- Thread-safe.\n- Type-safe while still allowing any kind of data to be stored.\n- Disk and memory cache.\n- Data source delegate for easy population of cache when a key is not found.\n- Clean, single-purpose implementation. Does caching and nothing else.",
6   "homepage": "https://github.com/YR/Cachyr",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yr": "yr-test@nrk.no"
13   },
14   "social_media_url": "",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/YR/Cachyr.git",
23     "tag": "1.0.2"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"