Skip to content

Commit 5cf9c7e

Browse files
committed
Change Dependency to beta 2.0.0, Version to 2.0.0
1 parent d7b2fca commit 5cf9c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Swinject-CodeGen.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Swinject-CodeGen"
3-
s.version = "2.0.0-beta.3"
3+
s.version = "2.0.0"
44
s.summary = "Generates extensions on the container class, to make use of swinject less error prone and more typesafe."
55

66
s.description = <<-DESC
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
1818
s.tvos.deployment_target = '9.0'
1919
s.preserve_paths = ['erb', 'source', 'bin']
2020

21-
s.dependency "Swinject" '~> 2.0.0-beta.3'
21+
s.dependency "Swinject" '~> 2.0.0'
2222

2323
end

0 commit comments

Comments
 (0)