-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathJDSwiftAvatarProgress.podspec
More file actions
25 lines (22 loc) · 1.24 KB
/
JDSwiftAvatarProgress.podspec
File metadata and controls
25 lines (22 loc) · 1.24 KB
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
#
# Be sure to run `pod lib lint JDSwiftAvatarProgress.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 = "JDSwiftAvatarProgress"
s.version = "1.0.3"
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/JDSwiftAvatarProgress.git"
s.license = 'MIT'
s.author = { "David López" => "davidlcarrascal@gmail.com" }
s.source = { :git => "https://github.com/JellyDevelopment/JDSwiftAvatarProgress.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/davidlcarrascal'
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Pod/Classes/**/*'
s.frameworks = 'UIKit', 'QuartzCore'
end