blob: 6cb9f4e419f27c89c01aa189336459530a4537da [file] [log] [blame]
{
"name": "R87DownloaderImageView",
"version": "1.0.1",
"summary": "R87DownloaderImageView is a UIImageView subclass which makes possible to download an image from the provided link.",
"description": "R87DownloaderImageView is a UIImageView subclass which makes possible to download an image from the provided link.\n\nWhile the download is in progress the default or a custom propgress bar is displayed, the download returns a success block with the downloaded image or a failure block in case of an error.",
"homepage": "https://github.com/reden87/R87DownloaderImageView",
"screenshots": "https://camo.githubusercontent.com/e2286c9a0e78c6bfdc2534e4f56027c8041e3a1a/687474703a2f2f726564656e38372e696e666f2f4769744875622f523837496d616765566965772e676966",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gergő Németh": "http://reden87.info/"
},
"social_media_url": "http://twitter.com/reden87",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/reden87/R87DownloaderImageView.git",
"tag": "1.0.1"
},
"source_files": "R87DownloaderImageView/*.{h,m}",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}