blob: e0233d7417ab8af7999014532c9c09983b26c991 [file] [log] [blame]
{
"name": "HMCImageCache",
"version": "0.1.5",
"summary": "Support caching images balancing between I/O and memory with LRU algorithm",
"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.",
"homepage": "https://github.com/hmchuong/iOS-Objectivec-HMCImageCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chuong M. Huynh": "minhchuong.itus@gmail.com"
},
"source": {
"git": "https://github.com/hmchuong/iOS-Objectivec-HMCImageCache",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HMCImageCache/Classes/**/*",
"public_header_files": "HMCImageCache/Classes/**/*.h",
"frameworks": [
"UIKit",
"ImageIO"
],
"dependencies": {
"HMCThreadSafeMutableCollection": [
"~> 0.1.0"
],
"HMCDownloadManager": [
"~> 0.1.0"
]
}
}