Skip to content

Commit ea34b49

Browse files
committed
chore(podspec): upgrade version to 0.2.0
1 parent f54157c commit ea34b49

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-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.1.0"
3+
s.version = "0.2.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" => "[email protected]" }
1010
s.platform = :ios, '8.0'
1111
s.source = { :git => "https://github.com/bachonk/InitialsImageView.git",
12-
:tag => '0.1.0' }
12+
:tag => '0.2.0' }
1313
s.source_files = 'InitialsImageView.swift'
1414
s.requires_arc = true
1515
end

InitialsImageViewSampleSwift/InitialsImageViewSampleSwift/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@
8484
"idiom" : "ipad",
8585
"size" : "83.5x83.5",
8686
"scale" : "2x"
87+
},
88+
{
89+
"idiom" : "ios-marketing",
90+
"size" : "1024x1024",
91+
"scale" : "1x"
8792
}
8893
],
8994
"info" : {

0 commit comments

Comments
 (0)