blob: 9234611c9667903b459011b2a46756e32bfd21b3 [file] [log] [blame]
{
"name": "PersistentCacheKit",
"version": "0.4.2",
"summary": "A Swift library for caching items to the filesystem (using SQLite by default).",
"homepage": "https://github.com/davbeck/PersistentCacheKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"David Beck": "code@davidbeck.co"
},
"source": {
"git": "https://github.com/davbeck/PersistentCacheKit.git",
"tag": "0.4.2"
},
"social_media_url": "https://twitter.com/davbeck",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"static_framework": true,
"swift_versions": "5.0",
"source_files": "Sources/PersistentCacheKit/**/*",
"swift_version": "5.0"
}