blob: b13e658ea9ea7a4815c12e3729671037ba874b81 [file] [log] [blame]
{
"name": "NPRImageView",
"version": "1.0.0",
"summary": "Instagram-like UIImageView subclass. Progress view and activity view appear during image download. Support memory and disk caching.",
"description": "Instagram-like UIImageView subclass. Progress view and activity view appear during image download. Support memory and disk caching. Inspired by [FXImageView](https://github.com/nicklockwood/FXImageView) and [Tapku](https://github.com/devinross/tapkulibrary)'s TKImageCache. Using AFNetworking.\n\n#### Features\n\n1. Memory and disk caching\n2. Customizable progress view and activity view. Simply set your custom progress view and activity view.\n3. Tap image view to reload.\n4. Show network activity while downloading images.\n5. ARC.\n6. Very simple to use. Just one line of code. Or more.",
"homepage": "https://github.com/nicnocquee/NPRImageView",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": "Nico Prananta",
"source": {
"git": "https://github.com/nicnocquee/NPRImageView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Class",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.2.1"
],
"libextobjc/EXTScope": [
"~> 0.2.5"
]
}
}