We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b2fca commit 5cf9c7eCopy full SHA for 5cf9c7e
Swinject-CodeGen.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Swinject-CodeGen"
3
- s.version = "2.0.0-beta.3"
+ s.version = "2.0.0"
4
s.summary = "Generates extensions on the container class, to make use of swinject less error prone and more typesafe."
5
6
s.description = <<-DESC
@@ -18,6 +18,6 @@ Pod::Spec.new do |s|
18
s.tvos.deployment_target = '9.0'
19
s.preserve_paths = ['erb', 'source', 'bin']
20
21
- s.dependency "Swinject" '~> 2.0.0-beta.3'
+ s.dependency "Swinject" '~> 2.0.0'
22
23
end
0 commit comments