diff --git a/Example/Podfile.lock b/Example/Podfile.lock index eced2b2..469174e 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.2): + - Zoomy (1.8.0): - InjectableLoggers (~> 1.0) - PureLayout (~> 3.0) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: InjectableLoggers: 4c597e6e6214d64e8e840238ec9e1a4cc70da60a PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd - Zoomy: e6143d0d58f16769435065aa1055ae4709639e01 + Zoomy: 14a2165fbb1fd472def74212e5f057f0cbcec7ee PODFILE CHECKSUM: d73839f89c40d82dac3dbafcdd83a82a089b33e6 diff --git a/Example/Pods/Local Podspecs/Zoomy.podspec.json b/Example/Pods/Local Podspecs/Zoomy.podspec.json index 456de4b..da18f09 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.2", + "version": "1.8.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/mennolovink/Zoomy", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/mennolovink/Zoomy.git", - "tag": "1.7.2" + "tag": "1.8.0" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index eced2b2..469174e 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.2): + - Zoomy (1.8.0): - InjectableLoggers (~> 1.0) - PureLayout (~> 3.0) @@ -21,7 +21,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: InjectableLoggers: 4c597e6e6214d64e8e840238ec9e1a4cc70da60a PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd - Zoomy: e6143d0d58f16769435065aa1055ae4709639e01 + Zoomy: 14a2165fbb1fd472def74212e5f057f0cbcec7ee PODFILE CHECKSUM: d73839f89c40d82dac3dbafcdd83a82a089b33e6 diff --git a/Example/Pods/Target Support Files/Zoomy/Info.plist b/Example/Pods/Target Support Files/Zoomy/Info.plist index 8d3c89a..7d91f91 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.2 + 1.8.0 CFBundleSignature ???? CFBundleVersion diff --git a/Zoomy.podspec b/Zoomy.podspec index a9566e8..36d6db4 100644 --- a/Zoomy.podspec +++ b/Zoomy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Zoomy' - s.version = '1.7.2' + s.version = '1.8.0' s.summary = 'Zoomy allows UIScrollView like zooming on UIImageViews in any view hierarchy' s.description = <<-DESC