From 22ad79ca997471c1373c2f127164491e4edc0828 Mon Sep 17 00:00:00 2001 From: Bitrise Bot Date: Mon, 14 May 2018 03:24:23 -0700 Subject: [PATCH] Bump version to 1.7.1 [ci skip] --- Example/Podfile.lock | 4 ++-- Example/Pods/Local Podspecs/Zoomy.podspec.json | 4 ++-- Example/Pods/Manifest.lock | 4 ++-- Example/Pods/Target Support Files/Zoomy/Info.plist | 2 +- Zoomy.podspec | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Example/Podfile.lock b/Example/Podfile.lock index c1cb8db..bdd7bca 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,7 +1,7 @@ PODS: - InjectableLoggers (1.1.0) - PureLayout (3.0.2) - - Zoomy (1.7.0): + - Zoomy (1.7.1): - InjectableLoggers (~> 1.0) - PureLayout (~> 3.0) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: InjectableLoggers: 4c597e6e6214d64e8e840238ec9e1a4cc70da60a PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd - Zoomy: 6420c4f1d56411519e02f7538d258703508fc4c6 + Zoomy: 9743c4ca1c562a9fab7832894b12dce7b8c04cf4 PODFILE CHECKSUM: d73839f89c40d82dac3dbafcdd83a82a089b33e6 diff --git a/Example/Pods/Local Podspecs/Zoomy.podspec.json b/Example/Pods/Local Podspecs/Zoomy.podspec.json index b471eda..cc9dde1 100644 --- a/Example/Pods/Local Podspecs/Zoomy.podspec.json +++ b/Example/Pods/Local Podspecs/Zoomy.podspec.json @@ -1,6 +1,6 @@ { "name": "Zoomy", - "version": "1.7.0", + "version": "1.7.1", "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/mennolovink/Zoomy", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/mennolovink/Zoomy.git", - "tag": "1.7.0" + "tag": "1.7.1" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index c1cb8db..bdd7bca 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,7 +1,7 @@ PODS: - InjectableLoggers (1.1.0) - PureLayout (3.0.2) - - Zoomy (1.7.0): + - Zoomy (1.7.1): - InjectableLoggers (~> 1.0) - PureLayout (~> 3.0) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: InjectableLoggers: 4c597e6e6214d64e8e840238ec9e1a4cc70da60a PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd - Zoomy: 6420c4f1d56411519e02f7538d258703508fc4c6 + Zoomy: 9743c4ca1c562a9fab7832894b12dce7b8c04cf4 PODFILE CHECKSUM: d73839f89c40d82dac3dbafcdd83a82a089b33e6 diff --git a/Example/Pods/Target Support Files/Zoomy/Info.plist b/Example/Pods/Target Support Files/Zoomy/Info.plist index fcedd03..db89292 100644 --- a/Example/Pods/Target Support Files/Zoomy/Info.plist +++ b/Example/Pods/Target Support Files/Zoomy/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.7.0 + 1.7.1 CFBundleSignature ???? CFBundleVersion diff --git a/Zoomy.podspec b/Zoomy.podspec index 2879e00..4a4a11b 100644 --- a/Zoomy.podspec +++ b/Zoomy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Zoomy' - s.version = '1.7.0' + s.version = '1.7.1' s.summary = 'Zoomy allows UIScrollView like zooming on UIImageViews in any view hierarchy' s.description = <<-DESC