blob: 77a1291469c819810dfc1b88c8b508ef73dc7810 [file] [log] [blame]
{
"name": "SwiftfulCache",
"version": "0.1.0",
"summary": "Swift wrapper for NSCache",
"description": "'Swift volatile and persistent cache. It allows your app to use NSCache only using pure Swift.'",
"homepage": "https://github.com/vigotskij/SwiftfulCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Sortino": "boris.sortino@gmail.com"
},
"source": {
"git": "https://github.com/vigotskij/SwiftfulCache.git",
"tag": "0.1.0"
},
"social_media_url": "https://linkedin.com/in/bsortino/",
"requires_arc": true,
"platforms": {
"ios": "13.0"
},
"source_files": "Sources/*.swift",
"swift_versions": "5.2",
"swift_version": "5.2"
}