File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "CircleProgressBar"
3- s . version = "0.31.1 "
3+ s . version = "0.32 "
44 s . summary = "Circle ProgressBar control for iOS."
55 s . description = <<-DESC
66 Provides wide range of customization options.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ CircleProgressBar
33
44Circle Progress Bar iOS Control.
55
6- Require iOS 7.0+
6+ Require iOS 7.0+ or tvOS 9.0+
77
88![ CircleProgressBar Screenshot-iOS-Example] ( https://raw.githubusercontent.com/Eclair/CircleProgressBar/master/Screenshots/ios-screen01.png )
99![ CircleProgressBar Screenshot-iOS-Example2] ( https://raw.githubusercontent.com/Eclair/CircleProgressBar/master/Screenshots/ios-screen02.png )
@@ -16,7 +16,7 @@ You can install this control in two ways:
16161 . Using CocoaPods:
1717
1818``` ruby
19- pod ' CircleProgressBar' , ' ~> 0.31 ’
19+ pod ' CircleProgressBar' , ' ~> 0.32 ’
2020```
2121
22222. Manually:
You can’t perform that action at this time.
0 commit comments