Skip to content

Commit 31a6133

Browse files
committed
Prepare release v0.8.3
- New screenshots - Shorter description - Updated podspec
1 parent 5709be0 commit 31a6133

7 files changed

+3
-3
lines changed

Example01.png

68.9 KB
Loading

Example02.png

73.7 KB
Loading

Example03.png

65.2 KB
Loading

Example04.png

32.1 KB
Loading

Example05.png

-20.4 KB
Loading

Example06.png

-125 KB
Binary file not shown.

RSColorPicker.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "RSColorPicker"
3-
s.version = "0.8.2"
3+
s.version = "0.8.3"
44
s.summary = "iPhone color picker view with brightness control, opacity control, and delegation support."
55
s.description = <<-DESC
6-
iPhone color picker view with brightness control, opacity control, and delegation support. Handles touch events internally. Easy to customize.
6+
iPhone color picker view with brightness control, opacity control, and delegation support.
77
DESC
88
s.homepage = "https://github.com/RSully/RSColorPicker"
9-
s.screenshots = "https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example01.png", "https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example02.png", "https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example03.png", "https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example04.png", "https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example05.png", "https://raw.github.com/RSully/RSColorPicker/v0.7.0/Example06.png"
9+
s.screenshots = "https://raw.github.com/RSully/RSColorPicker/v0.8.3/Example01.png", "https://raw.github.com/RSully/RSColorPicker/v0.8.3/Example02.png", "https://raw.github.com/RSully/RSColorPicker/v0.8.3/Example03.png", "https://raw.github.com/RSully/RSColorPicker/v0.8.3/Example04.png", "https://raw.github.com/RSully/RSColorPicker/v0.8.3/Example05.png"
1010
s.license = { :type => 'BSD', :file => "LICENSE.md" }
1111
s.author = { "Ryan" => "[email protected]" }
1212
s.source = { :git => "https://github.com/RSully/RSColorPicker.git", :tag => "v0.8.2" }

0 commit comments

Comments
 (0)