Skip to content

Commit

Permalink
Merge pull request #35 from jakubvano/v1.0.0-beta.3
Browse files Browse the repository at this point in the history
Update podspec version to 1.0.0 (beta 3) [skip ci]
  • Loading branch information
jakubvano authored Dec 12, 2016
2 parents 4ab19b7 + 7a2fdfd commit ebadc45
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 ebadc45

Please sign in to comment.