blob: 3eb4400256084cb6324033a06a5ba17d71604183 [file] [log] [blame]
{
"name": "RJImageLoader",
"version": "0.3.0",
"summary": "A neat image loader for iOS based on Michael Villar's design.",
"description": " RJImageLoader is a category on UIImageView that lets you add a circular progress and reveal animation when loading images from the network. It is agnostic to the image download process, has a simple interface, and is very easy to integrate.\n",
"homepage": "https://github.com/rounak/RJImageLoader",
"license": "MIT",
"authors": {
"Rounak": "rounak91@gmail.com"
},
"source": {
"git": "https://github.com/rounak/RJImageLoader.git",
"tag": "0.3.0"
},
"social_media_url": "https://twitter.com/r0unak",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}