Skip to content

Commit 2e9eedb

Browse files
committed
Release 0.5.0.
1 parent 6a165f5 commit 2e9eedb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Swinject-CodeGen.podspec

Lines changed: 1 addition & 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 = "0.3.0"
3+
s.version = "0.5.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
@@ -13,7 +13,6 @@ Pod::Spec.new do |s|
1313
s.license = 'MIT'
1414
s.author = 'Swinject Contributors'
1515
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>'
1716

1817
s.ios.deployment_target = '8.0'
1918
s.tvos.deployment_target = '9.0'

0 commit comments

Comments
 (0)