Skip to content

Commit

Permalink
Release 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohout committed Jun 17, 2017
1 parent d20c456 commit 7ea52c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwinjectAutoregistration.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SwinjectAutoregistration'
s.version = '2.0.1'
s.version = '2.1.0'
s.summary = 'Autoregistration for Swinject'
s.description = <<-DESC
SwinjectAutoregistration is an extension of Swinject that allows to automatically inject dependencies into registered services.
Expand All @@ -18,5 +18,5 @@ SwinjectAutoregistration is an extension of Swinject that allows to automaticall
s.requires_arc = true

s.source_files = 'Sources/**/*.{swift,h}'
s.dependency 'Swinject', '~> 2.0'
s.dependency 'Swinject', '~> 2.1'
end

0 comments on commit 7ea52c7

Please sign in to comment.