blob: 546ee0cb0429b7f6ae033401b540cf9eecc24f39 [file] [log] [blame]
{
"name": "ISVImageScrollView",
"version": "0.2.0",
"summary": "A subclass of the UIScrollView tweaked for image preview with zooming, scrolling and rotation support.",
"description": "When you need to incorporate an image preview into your application, usually you start with the UIScrollView and then spend hours tweaking it to get functionality similar to the default Photos app.\nThis control provides you out-of-the-box functionality to zoom, scroll and rotate an UIImageView attached to it.",
"homepage": "https://github.com/yuriiik/ISVImageScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yurii Kupratsevych": "kupratsevich@gmail.com"
},
"source": {
"git": "https://github.com/yuriiik/ISVImageScrollView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/ISVImageScrollView/**/*"
}