Skip to content

Commit

Permalink
Update podspec version to 1.0.0 (beta 3) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvano committed Dec 12, 2016
1 parent 4ab19b7 commit 7a2fdfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwinjectStoryboard.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

0 comments on commit 7a2fdfd

Please sign in to comment.