From 8e02a26b82338a551b13df32f7dd7b536b8df2c9 Mon Sep 17 00:00:00 2001 From: Sibagatov Ildar Date: Mon, 25 Jul 2016 23:18:31 +0300 Subject: [PATCH] Release new version --- SFProgressCircle.podspec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/SFProgressCircle.podspec b/SFProgressCircle.podspec index d12f508..624166c 100644 --- a/SFProgressCircle.podspec +++ b/SFProgressCircle.podspec @@ -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/*'