4 "summary": "Download, cache, render small images with UIImageView category",
5 "description": "FlyImage takes the advantages of SDWebImage, FastImageCache and AFNetworking, is a simple and high performance image library.Features: High Performance, reduce memory operations while rendering, avoid Memory warning caused by image; Store and retrieve different size of small images in one memory file, smooth scrolling; Simple, support UIImageView, CALayer category; An asynchronous image downloader; Support WebP format; Support mmap to improve I/O performace;",
6 "homepage": "https://github.com/northwind/FlyImage",
9 "norristong": "norristong_x@qq.com"
15 "git": "https://github.com/northwind/FlyImage.git",
32 "default_subspecs": "Core",
44 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) FLYIMAGE_WEBP=1",
45 "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"