blob: a13861cedbc6d91d5c88aa20f81bbf6e4e42d8e3 [file] [log] [blame]
{
"name": "BFAutoCache",
"version": "0.1.2",
"summary": "A box value type for automatically caching/fetching the value to/from a specific backend(default is UserDefaults).",
"description": "BFAutoCache help simplify the process of manipulating cached value (specifically for NSUserDefaults). It uses property observer and operators\nto make setting/getting value much more easier than typical set/get on computering variable.",
"homepage": "https://github.com/wizardguy/BFAutoCache",
"license": "MIT",
"authors": {
"Dennis": "wj_egg@163.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.13"
},
"source": {
"git": "https://github.com/wizardguy/BFAutoCache.git",
"tag": "0.1.2"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"exclude_files": "Classes/Exclude",
"swift_versions": "4.2",
"swift_version": "4.2"
}