blob: 727bffa0d38d42f0be231001d153a8c04231722f [file] [log] [blame]
{
"name": "Cachable",
"version": "1.2.1",
"summary": "Super simple caching solution for iOS, macOS, tvOS and watchOS",
"homepage": "https://github.com/raulriera/Cacher",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Raul Riera",
"social_media_url": "https://twitter.com/raulriera",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/raulriera/Cacher.git",
"tag": "1.2.1"
},
"source_files": [
"Cacher/Cacher.swift",
"Cacher/Cacher.h"
],
"public_header_files": [
"Cacher/Cacher.h"
],
"resources": "Resources/*.png",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}