Skip to content

Commit

Permalink
Update JNGroupAvatarImageView.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadnabulsi authored Nov 9, 2017
1 parent 4eb1cb4 commit 392ea1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JNGroupAvatarImageView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JNGroupAvatarImageView"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "Group avatar image view with initials"
s.description = "This library provide a way to create group avatar images with initials"
s.homepage = "https://github.com/JNDisrupter"
Expand All @@ -9,6 +9,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.source = { :git => "https://github.com/JNDisrupter/JNGroupAvatarImageView.git", :tag => "#{s.version}"}
s.source_files = "JNGroupAvatarImageView/**/*.{swift}"
s.screenshots = [ 'https://github.com/JNDisrupter/JNGroupAvatarImageView/raw/development/Images/screenshot1.png','https://github.com/JNDisrupter/JNGroupAvatarImageView/raw/development/Images/screenshot2.png','https://github.com/JNDisrupter/JNGroupAvatarImageView/raw/development/Images/screenshot3.png','https://github.com/JNDisrupter/JNGroupAvatarImageView/raw/development/Images/screenshot4.png','https://github.com/JNDisrupter/JNGroupAvatarImageView/raw/development/Images/screenshot5.png']
s.framework = "UIKit"
s.dependency 'JNAvatarWithInitials'
end

0 comments on commit 392ea1c

Please sign in to comment.