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 6a165f5 commit 2e9eedbCopy full SHA for 2e9eedb
Swinject-CodeGen.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "Swinject-CodeGen"
3
- s.version = "0.3.0"
+ s.version = "0.5.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
@@ -13,7 +13,6 @@ Pod::Spec.new do |s|
13
s.license = 'MIT'
14
s.author = 'Swinject Contributors'
15
s.source = { :git => "https://github.com/Swinject/Swinject-CodeGeneration.git", :tag => s.version.to_s }
16
- # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
17
18
s.ios.deployment_target = '8.0'
19
s.tvos.deployment_target = '9.0'
0 commit comments