[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 3 / 8 / e / Zoomy / 2.0.1 / Zoomy.podspec.json
blob3e61c7f7f156fbdc8b16a0297b7d06bdbc1eb4f5
2   "name": "Zoomy",
3   "version": "2.0.1",
4   "swift_versions": "4.2",
5   "summary": "Zoomy allows UIScrollView like zooming on UIImageViews in any view hierarchy",
6   "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.",
7   "homepage": "https://github.com/lvnkmn/Zoomy",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Menno Lovink": "mclovink@me.com"
14   },
15   "source": {
16     "git": "https://github.com/lvnkmn/Zoomy.git",
17     "tag": "2.0.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Zoomy/Classes/**/*",
23   "dependencies": {
24     "PureLayout": [
25       "~> 3.0"
26     ],
27     "InjectableLoggers": [
28       "~> 1.0"
29     ]
30   },
31   "deprecated": true,
32   "swift_version": "4.2"