blob: 5c2e3f44f1956cbffa34669642221f3bbdacf657 [file] [log] [blame]
{
"name": "FFCache",
"version": "1.0.3",
"swift_versions": "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.3"
},
"requires_arc": true,
"source_files": "FFCache/FFCache/*.{swift}",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2"
}