[Add] MediaPipeTasksGenAI 0.10.20
[CocoaPods.git] / Specs / 0 / d / 4 / BFAutoCache / 0.1.3 / BFAutoCache.podspec.json
blob56b217c2ba0151a82a25cf27378f280a8951d3f8
2   "name": "BFAutoCache",
3   "version": "0.1.3",
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",
7   "license": "MIT",
8   "authors": {
9     "Dennis": "wj_egg@163.com"
10   },
11   "platforms": {
12     "ios": "11.0",
13     "osx": "10.13"
14   },
15   "source": {
16     "git": "https://github.com/wizardguy/BFAutoCache.git",
17     "tag": "0.1.3"
18   },
19   "source_files": [
20     "Sources",
21     "Sources/**/*.{swift,h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "swift_versions": "4.2",
25   "swift_version": "4.2"