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