blob: ccd1631694b1ef7fb7d1e0ebbd4c8e8cfce88da7 [file] [log] [blame]
{
"name": "SwifteeCache",
"version": "1.1.0",
"summary": "Simple on disk cache, backed by an NSCache in memory.",
"homepage": "https://github.com/nikksindia/SwifteeCache",
"authors": {
"Name": "nikksindia@gmail.com"
},
"license": {
"type": "MIT",
"file": "License"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/nikksindia/SwifteeCache.git",
"tag": "v1.1.0"
},
"source_files": "SwifteeCache/*",
"exclude_files": "SwifteeCache/*.plist",
"swift_versions": "5.1",
"swift_version": "5.1"
}