blob: 7f317008f0364316e1e0c6622dd12c79497af69b [file] [log] [blame]
{
"name": "Haneke",
"version": "0.1.2",
"license": "Apache 2.0",
"summary": "A lightweight zero-config image cache for iOS.",
"description": "Haneke resizes images and caches the result on memory and disk. Everything is done in background, allowing for fast, responsive scrolling. Asking Haneke to load, resize, cache and display an appropriately sized image is as simple as:\n\n`[imageView hnk_setImageFromURL:url];`\n\n### Features\n\n* First-level memory cache using NSCache.\n* Second-level LRU disk cache using the file system.\n* Zero-config UIImageView category to use the cache, optimized for UITableView and UICollectionView cell reuse.\n* Asynchronous and synchronous image retrieval.\n* Background image resizing and file reading.\n* Image decompression.\n* Custom image transformations before and after resizing.\n* Thread-safe.\n* Automatic cache eviction on memory warnings or disk capacity reached.\n* Preloading images from the disk cache into memory on startup.\n",
"homepage": "https://github.com/hpique/Haneke",
"authors": "Hermes Pique",
"social_media_url": "https://twitter.com/hpique",
"source": {
"git": "https://github.com/hpique/Haneke.git",
"tag": "v0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Haneke/*.{h,m}",
"frameworks": "ImageIO"
}