Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibagatov Ildar committed Jul 25, 2016
1 parent 2df8016 commit 8e02a26
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions SFProgressCircle.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
Pod::Spec.new do |s|
s.name = "SFProgressCircle"
s.version = "1.0.0"
s.summary = "Progress circle with gradient for iOS"
s.version = "1.0.1"
s.summary = "A circular gradient progress view implementation for iOS (supports partial circle)"
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.
A circular gradient progress view implementation for iOS (supports partial circle)
* Perfect circular gradient.
* Possibility to set both startColor and endColor.
* Possibility to set both startAngle and endAngle.
* Possibility to set lineWidth.
* Possibility to set progress with or without animation.
DESC
s.homepage = "http://sfcd.com"
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.screenshots = "https://raw.githubusercontent.com/sfcd/SFProgressCircle/master/Example/Resources/scr.png"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "SFÇD" => "developers@softfacade.com" }
s.source = { :git => "https://github.com/sfcd/SFProgressCircle.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/sfcd/SFProgressCircle.git", :tag => s.version }
s.platform = :ios, '8.0'
s.requires_arc = true
s.source_files = 'Source/*'
Expand Down

0 comments on commit 8e02a26

Please sign in to comment.