Skip to content

Commit

Permalink
Prepare release v0.8.3
Browse files Browse the repository at this point in the history
- New screenshots
- Shorter description
- Updated podspec
  • Loading branch information
RSully committed Feb 20, 2014
1 parent 5709be0 commit 31a6133
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified Example01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Example02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Example03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Example04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Example05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Example06.png
Binary file not shown.
6 changes: 3 additions & 3 deletions RSColorPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "RSColorPicker"
s.version = "0.8.2"
s.version = "0.8.3"
s.summary = "iPhone color picker view with brightness control, opacity control, and delegation support."
s.description = <<-DESC
iPhone color picker view with brightness control, opacity control, and delegation support. Handles touch events internally. Easy to customize.
iPhone color picker view with brightness control, opacity control, and delegation support.
DESC
s.homepage = "https://github.com/RSully/RSColorPicker"
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"
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"
s.license = { :type => 'BSD', :file => "LICENSE.md" }
s.author = { "Ryan" => "rsul.dev@me.com" }
s.source = { :git => "https://github.com/RSully/RSColorPicker.git", :tag => "v0.8.2" }
Expand Down

0 comments on commit 31a6133

Please sign in to comment.