From 7a2fdfdd5bae20427454d32ba6e0026cd2c4f2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Van=CC=8Co?= Date: Mon, 12 Dec 2016 18:08:22 +0100 Subject: [PATCH] Update podspec version to 1.0.0 (beta 3) [skip ci] --- SwinjectStoryboard.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwinjectStoryboard.podspec b/SwinjectStoryboard.podspec index 6221fed..65207e7 100644 --- a/SwinjectStoryboard.podspec +++ b/SwinjectStoryboard.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SwinjectStoryboard" - s.version = "1.0.0-beta.2" + s.version = "1.0.0-beta.3" s.summary = "Swinject extension for automatic dependency injection via Storyboard" s.description = <<-DESC SwinjectStoryboard is an extension of Swinject to automatically inject dependency to view controllers instantiated by a storyboard. @@ -18,6 +18,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.10' s.tvos.deployment_target = '9.0' - s.dependency 'Swinject', '2.0.0-beta.2' + s.dependency 'Swinject', '2.0.0-beta.3' s.requires_arc = true end