blob: d7771bee7edbe24aae072249a46b6c97c4751220 [file] [log] [blame]
{
"name": "RHNSDWebImage",
"version": "4.0.0.4",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"summary": "Asynchronous image downloader with cache support with an UIImageView category.",
"homepage": "https://github.com/cochat/SDWebImage",
"authors": {
"Olivier Poitrey": "rs@dailymotion.com"
},
"source": {
"git": "https://github.com/cochat/SDWebImage.git",
"tag": "4.0.0.4"
},
"description": "This library provides a category for UIImageView with support for remote images coming from the web. It provides an UIImageView category adding web image and cache management to the Cocoa Touch framework, an asynchronous image downloader, an asynchronous memory + disk image caching with automatic cache expiration handling, a guarantee that the same URL won't be downloaded several times, a guarantee that bogus URLs won't be retried again and again, and performances!",
"requires_arc": true,
"frameworks": "ImageIO",
"source_files": "SDWebImage/**/*",
"dependencies": {
"FLAnimatedImage": [
"~> 1.0"
]
}
}