Skip to content

Commit cdb26eb

Browse files
committed
Update pod spec
1 parent 4cbebfa commit cdb26eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)