-
Notifications
You must be signed in to change notification settings - Fork 23
/
JDAvatarProgress.podspec
26 lines (22 loc) · 1.19 KB
/
JDAvatarProgress.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# Be sure to run `pod lib lint JDAvatarProgress.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = "JDAvatarProgress"
s.version = "1.0.4"
s.summary = "Easy customizable round avatar, a derived UIImageView class, load asynchronously the image with optional border and progress bar animated. "
s.description = "Easy customizable round avatar, a derived UIImageView class, load asynchronously the image with optional border and progress bar animated. Perfect to use in the profile section in your apps."
s.homepage = "https://github.com/JellyDevelopment/JDAvatarProgress.git"
s.license = 'MIT'
s.author = { "Juanpe" => "juanpecm@gmail.com" }
s.source = { :git => "https://github.com/JellyDevelopment/JDAvatarProgress.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/JuanpeCMiOS'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.frameworks = 'QuartzCore'
end