blob: 6fc9de6cbd520954a91cb47bdd0fdae6ba712d48 [file] [log] [blame]
{
"name": "Zoomy",
"version": "3.1.0",
"swift_versions": "5.0",
"summary": "Zoomy allows UIScrollView like zooming on UIImageViews in any view hierarchy",
"description": "Zoomy allows UIScrollView like zooming on UIImageViews in any view hierarchy with close to no alterations to clients layout. Zoomy works by initialy performing translate and scale manipulations on a view mimicking the original view that is to bee zoomed from, triggered by a pinch and (while the pinch has started) a pan gesture. As soon as the initial gesture is done a scrollView is placed and configured in the optimal postion in relation to the last location of the manipulated view. From this point on all manipulations are happening inside a scrollview and behave like you'd expect it to do.",
"homepage": "https://github.com/lvnkmn/Zoomy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Menno Lovink": "mclovink@me.com"
},
"source": {
"git": "https://github.com/lvnkmn/Zoomy.git",
"tag": "3.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Zoomy/Classes/**/*",
"dependencies": {
"InjectableLoggers": [
"~> 2.0"
]
},
"swift_version": "5.0"
}