blob: f05b692da185756e6054ea0ab56325accd4f846b [file] [log] [blame]
{
"name": "JLLazyImageView",
"version": "0.0.1",
"summary": "A UIImageView with additions to lazy-load images from the net.",
"description": " Lazy loading for UIImageView without blocking the main thread.\n",
"homepage": "https://github.com/jamit/JLLazyImageView",
"license": "MIT",
"authors": {
"Philip Blatter": "philip.blatter@jamitlabs.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/jamit/JLLazyImageView.git",
"tag": "0.0.1"
},
"source_files": "*.{h,m}",
"requires_arc": true
}