blob: 8918cd3c1efa8d08267f651f6b74682c4be7897c [file] [log] [blame]
{
"name": "PersistentCacheKit",
"version": "0.2.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.2.0"
},
"social_media_url": "https://twitter.com/davbeck",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "Sources/PersistentCacheKit/**/*",
"pushed_with_swift_version": "4.0"
}