[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / e / f / Cachable / 1.2.0 / Cachable.podspec.json
blobee7cc7540aa55470ff5f5f1e3ffdba730cbccd90
2   "name": "Cachable",
3   "version": "1.2.0",
4   "summary": "Super simple caching solution for iOS, macOS, tvOS and watchOS",
5   "description": "Cross platform filesystem caching implementation of arbitrary classes and structs.",
6   "homepage": "https://github.com/raulriera/Cacher",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Raul Riera",
12   "social_media_url": "https://twitter.com/raulriera",
13   "platforms": {
14     "ios": "8.0",
15     "osx": "10.10",
16     "watchos": "2.0",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/raulriera/Cacher.git",
21     "tag": "1.2.0"
22   },
23   "source_files": [
24     "Cacher/Cacher.swift",
25     "Cacher/Cacher.h"
26   ],
27   "public_header_files": [
28     "Cacher/Cacher.h"
29   ],
30   "resources": "Resources/*.png",
31   "requires_arc": true,
32   "pushed_with_swift_version": "4.0"