-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathJNGroupAvatarImageView.podspec
15 lines (15 loc) · 1.35 KB
/
JNGroupAvatarImageView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pod::Spec.new do |s|
s.name = "JNGroupAvatarImageView"
s.version = "1.2.4"
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"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Jayel Zaghmoutt" => "eng.jayel.z@gmail.com", "Mohammad Nabulsi" => "mohammad.s.nabulsi@gmail.com" }
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.swift_version = '5.0'
s.dependency 'JNAvatarWithInitials' , '~> 1.1.4'
end