Skip to content

Commit

Permalink
chore(podspec): upgrade version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bachonk committed Nov 15, 2017
1 parent f54157c commit ea34b49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InitialsImageView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "InitialsImageView"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "A simple UIImageView extension for using initials as a profile image, written in swift"
s.description = "An easy, helpful UIImageView extension that generates letter initials as a placeholder for user profile images, with a randomized background color."
s.homepage = "https://github.com/bachonk/InitialsImageView"
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { "Tom Bachant" => "tom@dashride.com" }
s.platform = :ios, '8.0'
s.source = { :git => "https://github.com/bachonk/InitialsImageView.git",
:tag => '0.1.0' }
:tag => '0.2.0' }
s.source_files = 'InitialsImageView.swift'
s.requires_arc = true
end
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down

0 comments on commit ea34b49

Please sign in to comment.