blob: baa8903c741daea8e5c1a2936439897e30855c75 [file] [log] [blame]
{
"name": "JMImageCache",
"version": "0.2.1",
"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.",
"homepage": "https://github.com/jakemarsh/JMImageCache",
"authors": {
"Jake Marsh": "jake@deallocatedobjects.com"
},
"source": {
"git": "https://github.com/jakemarsh/JMImageCache.git",
"tag": "0.2.1"
},
"platforms": {
"ios": null
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"source_files": [
"*.h",
"*.m"
]
}