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