blob: 56b217c2ba0151a82a25cf27378f280a8951d3f8 [file] [log] [blame]
{
"name": "BFAutoCache",
"version": "0.1.3",
"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.3"
},
"source_files": [
"Sources",
"Sources/**/*.{swift,h,m}"
],
"exclude_files": "Classes/Exclude",
"swift_versions": "4.2",
"swift_version": "4.2"
}