[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / 8 / e / Zoomy / 0.2.2 / Zoomy.podspec.json
blobdb02649521c4e5361dd27aa3337adf2f5137cdb6
2   "name": "Zoomy",
3   "version": "0.2.2",
4   "summary": "Zoomy allows UIScrollView like zooming on UIImageViews in any view hierarchy",
5   "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.",
6   "homepage": "https://github.com/mennolovink/Zoomy",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Menno Lovink": "mclovink@me.com"
13   },
14   "source": {
15     "git": "https://github.com/mennolovink/Zoomy.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Zoomy/Classes/**/*",
22   "dependencies": {
23     "PureLayout": [
24       "~> 3.0"
25     ]
26   }