4 "summary": "A cached async key/value fetcher",
5 "description": "Use `KVFetcher` and its subclasses to easily fetch, cache and even pre-fetch things that take time to load. Some examples: images from Photos library, images from the internet, JSON objects, reading files from disk... It can be used both in sync and asynchronously.",
6 "homepage": "https://github.com/manuelvrhovac/KVFetcher",
12 "manuelvrhovac": "manuel.vrhovac@icloud.com"
17 "swift_versions": "4.0",
19 "git": "https://github.com/manuelvrhovac/KVFetcher.git",
22 "source_files": "KVFetcher/*.{h,m,swift}",
27 "swift_version": "4.0"