forked from luispadron/UICircularProgressRing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUICircularProgressRing.podspec
More file actions
25 lines (16 loc) · 1.04 KB
/
UICircularProgressRing.podspec
File metadata and controls
25 lines (16 loc) · 1.04 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
Pod::Spec.new do |s|
s.name = "UICircularProgressRing"
s.version = "1.0.0"
s.summary = "A highly customizable circular progress bar for iOS written in Swift 3"
s.description = <<-DESC
A highly customizable circular progress bar for iOS written in Swift 3. With Interface Builder support.
DESC
s.homepage = "https://github.com/luispadron/UICircularProgressRing"
s.screenshots = "https://raw.githubusercontent.com/luispadron/UICircularProgressRing/master/GitHubAssets/styles-banner.png", "https://raw.githubusercontent.com/luispadron/UICircularProgressRing/master/GitHubAssets/demo.gif"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Luis Padron" => "luispadronedu@gmail.com" }
s.social_media_url = "https://luispadron.com"
s.platform = :ios, “9.0”
s.source = { :git => "https://github.com/luispadron/UICircularProgressRing.git", :tag => "v#{s.version}" }
s.source_files = "UICircularProgressRing", "UICircularProgressRing/**/*.{h,m}"
end