blob: 1e7722455a670f6ca9b3d29eef891f846174b2f3 [file] [log] [blame]
{
"name": "PersistentCacheKit",
"version": "0.3.0",
"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.3.0"
},
"social_media_url": "https://twitter.com/davbeck",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"static_framework": true,
"source_files": "Sources/PersistentCacheKit/**/*"
}