Skip to content

Commit dccd68d

Browse files
author
Eric Rolf
committed
New pod format for description.
1 parent 1c7475d commit dccd68d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CircleProgressView.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Pod::Spec.new do |s|
22
s.name = 'CircleProgressView'
33
s.version = '1.0.12'
44
s.license = 'MIT'
5-
s.summary = 'A circle progress view that can have a solid or image based center. It allows track colors, image for the track, as well as both clockwise and counter clockwise animation.'
5+
s.summary = 'A circle progress view.'
6+
s.description = 'A circle progress view, using IB Designable properties, that can have a solid or image based center. It allows track colors, image for the track, as well as both clockwise and counter clockwise animation.'
67
s.homepage = 'https://github.com/CardinalNow/iOS-CircleProgressView'
78
s.author = { 'Eric Rolf' => '[email protected]' }
89
s.source = { :git => 'https://github.com/CardinalNow/iOS-CircleProgressView.git', :tag => s.version.to_s }

0 commit comments

Comments
 (0)