blob: 517b9878a33181b7cdd7ab96dde9da7b766c1ac8 [file] [log] [blame]
{
"name": "FFCache",
"version": "1.0.1",
"swift_version": "4.2",
"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.1"
},
"requires_arc": true,
"source_files": "FFCache/FFCache/*.{swift}",
"platforms": {
"ios": "9.0"
}
}