forked from chaione/CHCircleGaugeView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHCircleGaugeView.podspec
17 lines (17 loc) · 949 Bytes
/
CHCircleGaugeView.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Pod::Spec.new do |s|
s.name = "CHCircleGaugeView"
s.version = "1.1.0"
s.summary = "A circle gauge view."
s.description = <<-DESC
A configurable chart that depicts the value of a measurement using a subtle animation.
DESC
s.homepage = "https://github.com/chaione/CHCircleGaugeView"
s.license = { :type => "MIT", :file => "LICENSE" }
s.authors = { "Matthew Morey" => "[email protected]", "Rogelio Gudino" => "[email protected]", "Osama Ashawa" => "[email protected]" }
s.social_media_url = 'https://twitter.com/xzolian'
s.screenshot = "https://github.com/chaione/CHCircleGauge/raw/master/miscellaneous/screenshots/CHCircleGaugeView_ExampleAnimation02.gif"
s.platform = :ios
s.source = { :git => "https://github.com/GabrielCartier/CHCircleGaugeView", :tag => 'v1.1.1' }
s.source_files = "CHCircleGaugeView/*.{h,m}"
s.requires_arc = true
end