blob: 6f358b44dd0b9931abf9d9d1c4e883e23a1dd8fe [file] [log] [blame]
{
"name": "FFCache",
"version": "1.0.0",
"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.0"
},
"requires_arc": true,
"source_files": "FFCache/FFCache/*.{swift}",
"platforms": {
"ios": "9.0"
}
}