[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / 7 / Cachyr / 1.0.1 / Cachyr.podspec.json
blobb81e5c3fec282d5f0ec7bd6f9f5f78d0b00bca33
2   "name": "Cachyr",
3   "version": "1.0.1",
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.mobil.feedback@gmail.com"
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.1"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "pushed_with_swift_version": "3.0"