Skip to content

Commit ef72177

Browse files
committed
Add podspec for v0.9.2 release
1 parent 916fcdc commit ef72177

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RSColorPicker.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "RSColorPicker"
3-
s.version = "0.9.0"
3+
s.version = "0.9.2"
44
s.summary = "iPhone color picker view with brightness control, opacity control, and delegation support."
55
s.description = <<-DESC
66
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.9.0/Example01.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.0/Example02.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.0/Example03.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.0/Example04.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.0/Example05.png"
9+
s.screenshots = "https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example01.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example02.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example03.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example04.png", "https://raw.github.com/RSully/RSColorPicker/v0.9.2/Example05.png"
1010
s.license = { :type => 'BSD', :file => "LICENSE.md" }
1111
s.author = { "Ryan" => "[email protected]" }
12-
s.source = { :git => "https://github.com/RSully/RSColorPicker.git", :tag => "v0.9.0" }
12+
s.source = { :git => "https://github.com/RSully/RSColorPicker.git", :tag => "v0.9.2" }
1313
s.platform = :ios, '6.0'
1414
s.source_files = 'RSColorPicker/ColorPickerClasses/**/*.{h,m}'
1515
s.frameworks = 'QuartzCore', 'CoreGraphics', 'UIKit', 'Accelerate'

0 commit comments

Comments
 (0)