4 "summary": "A box value type for automatically caching/fetching the value to/from a specific backend(default is UserDefaults).",
5 "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.",
6 "homepage": "https://github.com/wizardguy/BFAutoCache",
9 "Dennis": "wj_egg@163.com"
16 "git": "https://github.com/wizardguy/BFAutoCache.git",
21 "Sources/**/*.{swift,h,m}"
23 "exclude_files": "Classes/Exclude",
24 "swift_versions": "4.2",
25 "swift_version": "4.2"