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