forked from luispadron/UICircularProgressRing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UICircularProgressRing.podspec
24 lines (16 loc) · 1.03 KB
/
UICircularProgressRing.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
Pod::Spec.new do |s|
s.name = "UICircularProgressRing"
s.version = "3.3.0"
s.summary = "A highly customizable circular progress bar for iOS written in Swift"
s.description = <<-DESC
A highly customizable circular progress bar for iOS written in Swift, with Interface Builder support.
DESC
s.homepage = "https://github.com/luispadron/UICircularProgressRing"
s.screenshots = "https://raw.githubusercontent.com/luispadron/UICircularProgressRing/master/.github/banner.png", "https://raw.githubusercontent.com/luispadron/UICircularProgressRing/master/.github/demo.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Luis Padron" => "heyluispadron@gmail.com" }
s.social_media_url = "https://luispadron.com"
s.ios.deployment_target = "8.0"
s.source = { :git => "https://github.com/luispadron/UICircularProgressRing.git", :tag => "v#{s.version}" }
s.source_files = "src/UICircularProgressRing", "src/UICircularProgressRing/**/*.{h,m}"
end