blob: ed3b58effe9d1e88c9e9a2d1dccad8d8fd4b4b5c [file] [log] [blame]
{
"name": "UIImageViewNetwork",
"version": "0.1.0",
"summary": "UIImageViewNetwork is Swift extension of UIImageView to download image from server asynchronously.",
"description": "\n UIImageViewNetwork is easy to use Swift UIImageView extension to download image from network asynchronously in background thred. \n UIImageViewNetwork also caches downloaded image to reuse. \n Purge cached images for memory warning. \n\n",
"homepage": "https://github.com/ibhupi/UIImageViewNetwork",
"license": "MIT",
"authors": {
"Bhupendra Singh": "ibhupi@gmail.com"
},
"source": {
"git": "https://github.com/ibhupi/UIImageViewNetwork.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/ibhupi",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "UIImageViewNetwork/Classes/**/*"
}