Skip to content

Commit bc7eed4

Browse files
author
Tom Bachant
committed
chore: update podspec tag to 0.4.0
1 parent 92a67a0 commit bc7eed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

InitialsImageView.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 = "InitialsImageView"
3-
s.version = "0.3.0"
3+
s.version = "0.4.0"
44
s.summary = "A simple UIImageView extension for using initials as a profile image, written in swift"
55
s.description = "An easy, helpful UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color."
66
s.homepage = "https://github.com/bachonk/InitialsImageView"
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.author = { "Tom Bachant" => "tom@dashride.com" }
1010
s.platform = :ios, '8.0'
1111
s.source = { :git => "https://github.com/bachonk/InitialsImageView.git",
12-
:tag => '0.3.0' }
12+
:tag => '0.4.0' }
1313
s.source_files = 'InitialsImageView.swift'
1414
s.requires_arc = true
1515
s.swift_version = '4.2'

0 commit comments

Comments
 (0)