blob: 89a9f3baf7dac27f132d691401eacabdd2b86d40 [file] [log] [blame]
{
"name": "SwimplyCache",
"version": "1.0.0",
"summary": "NSCache replacement written in Swift.",
"homepage": "https://github.com/docterd/SwimplyCache",
"license": {
"type": "MIT"
},
"authors": {
"Dennis Oberhoff": "dennis@obrhoff.de"
},
"source": {
"git": "https://github.com/docterd/swimplycache.git",
"tag": "1.0.0"
},
"source_files": "Sources/SwimplyCache/SwimplyCache.swift",
"platforms": {
"osx": "10.12",
"ios": "10.0",
"tvos": "10.0",
"watchos": "3.0"
},
"osx": {
"frameworks": "Foundation"
},
"ios": {
"frameworks": "Foundation"
},
"tvos": {
"frameworks": "Foundation"
},
"watchos": {
"frameworks": "Foundation"
},
"swift_versions": "5.0",
"swift_version": "5.0"
}