blob: c9bb012e2d7711149b643dfa07625be095fd6ad1 [file] [log] [blame]
{
"name": "JMImageCache",
"version": "0.4.0",
"summary": "NSCache based remote-image caching and downloading mechanism for iOS.",
"description": "NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders. With fix to the placeholder behaviour.",
"homepage": "https://github.com/jakemarsh/JMImageCache",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Jake Marsh": "jake@deallocatedobjects.com"
},
"source": {
"git": "https://github.com/jakemarsh/JMImageCache.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": [
"*.h",
"*.m"
]
}