2 "name": "HMCImageCache",
4 "summary": "Support caching images balancing between I/O and memory with LRU algorithm",
5 "description": "HMCImageCache is a utility supporting caching images with balancing between I/O read write and memory usage by LRU (Least recently use) algorithm as well as calculating available memory size. It also support generating UIImage with target size.",
6 "homepage": "https://github.com/hmchuong/iOS-Objectivec-HMCImageCache",
12 "Chuong M. Huynh": "minhchuong.itus@gmail.com"
15 "git": "https://github.com/hmchuong/iOS-Objectivec-HMCImageCache",
21 "source_files": "HMCImageCache/Classes/**/*",
22 "public_header_files": "HMCImageCache/Classes/**/*.h",
28 "HMCThreadSafeMutableCollection": [