forked from Eclair/CircleProgressBar
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCircleProgressBar.podspec
19 lines (19 loc) · 1.04 KB
/
CircleProgressBar.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = "CircleProgressBar"
s.version = "0.3"
s.summary = "Circle ProgressBar control for iOS."
s.description = <<-DESC
Provides wide range of customization options.
Supports XCode 6 live rendering feature for on-the-fly customization.
Has ability to animate ProgressBar's progress chage.
DESC
s.homepage = "https://github.com/Eclair/CircleProgressBar"
s.screenshots = "https://raw.githubusercontent.com/Eclair/CircleProgressBar/master/Screenshots/ios-screen01.png", "https://raw.githubusercontent.com/Eclair/CircleProgressBar/master/Screenshots/ios-screen02.png"
s.license = 'MIT'
s.author = { "Andrey Cherkashin" => "[email protected]" }
s.source = { :git => "https://github.com/Eclair/CircleProgressBar.git", :tag => "0.3" }
s.platform = :ios, '7.0'
s.requires_arc = true
s.source_files = 'CircleProgressBarDemo/CircleProgressBar/*'
s.framework = 'UIKit', 'QuartzCore'
end