2 "name": "AsyncImageCache",
4 "summary": "AsyncImageCache is a fast, low level cache implementation that stores UIImage instances in both memory and on disk",
5 "description": "AsyncImageCache is a fast cache implementation that stores UIImage instances in both memory and on disk. All operations are asynchronously executed on a background thread for maximum performance. The features are rather low level on purpose, this allows AsyncImageCache to be used as a basis for higher level implementations.",
6 "homepage": "https://github.com/cbot/AsyncImageCache",
11 "authors": "Kai Straßmann",
12 "social_media_url": "http://twitter.com/kaimoringen",
17 "git": "https://github.com/cbot/AsyncImageCache.git",
20 "source_files": "*.swift",
26 "pushed_with_swift_version": "3.0"