From 074642eb2c92b1df9cab315cb0c47e38cf69f7b4 Mon Sep 17 00:00:00 2001 From: Christoffer Winterkvist Date: Fri, 18 Sep 2015 13:10:02 +0200 Subject: [PATCH 1/2] Update Presentation.podspec --- Presentation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Presentation.podspec b/Presentation.podspec index 9baeee5..d81406e 100644 --- a/Presentation.podspec +++ b/Presentation.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "Presentation" s.summary = "Presentation helps you to make tutorials, release notes and animated pages." - s.version = "1.0.0" + s.version = "2.0.0" s.homepage = "https://github.com/hyperoslo/Presentation" s.license = 'MIT' s.author = { "Hyper" => "ios@hyper.no" } From df69ebd1618f42069eae4849bd748e4321bd55fe Mon Sep 17 00:00:00 2001 From: Christoffer Winterkvist Date: Fri, 18 Sep 2015 13:10:09 +0200 Subject: [PATCH 2/2] Update Presentation.podspec --- Presentation.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Presentation.podspec b/Presentation.podspec index d81406e..4fd44b2 100644 --- a/Presentation.podspec +++ b/Presentation.podspec @@ -12,6 +12,6 @@ Pod::Spec.new do |s| s.requires_arc = true s.source_files = 'Source/**/*' - s.dependency 'Pages', '~> 0.6.1' + s.dependency 'Pages', '~> 0.6.2' s.dependency 'Cartography', '~> 0.5.0' end