blob: a1ceae4b56c913ab5a5e6c2c13cbb9a5ac48adb7 [file] [log] [blame]
{
"name": "FFCache",
"version": "1.0.4",
"swift_versions": "5.0",
"summary": "Fast Caching for Swift (Works with iOS).",
"description": "FFCache is a simple, thread-safe key value cache store for iOS.",
"homepage": "https://github.com/onefboy/FFCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"onefboy": "onefboy@gmail.com"
},
"source": {
"git": "https://github.com/onefboy/FFCache.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": "FFCache/FFCache/*.{swift}",
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0"
}