Skip to content

Commit 306d096

Browse files
committed
Bump cocoapods version
1 parent f254e1f commit 306d096

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChromaColorPicker.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "ChromaColorPicker"
3-
s.version = "1.5"
3+
s.version = "1.5.1"
44
s.summary = "An intuitive iOS color picker built in Swift."
55

66
s.description = <<-DESC
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.license = { :type => "MIT", :file => "LICENSE" }
1212
s.author = "Jonathan Cardasis"
1313
s.platform = :ios, "8.0"
14-
s.source = { :git => "https://github.com/joncardasis/ChromaColorPicker.git", :tag => "1.5" }
14+
s.source = { :git => "https://github.com/joncardasis/ChromaColorPicker.git", :tag => "1.5.1" }
1515
s.source_files = "ChromaColorPicker", "ChromaColorPicker/*.swift"
1616

1717
end

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Platform](https://img.shields.io/badge/platform-iOS-lightgray.svg)
44
![License](https://img.shields.io/badge/license-MIT-blue.svg)
55
![Carthage](https://img.shields.io/badge/Carthage-✔-green.svg)
6-
![CocoaPods](https://img.shields.io/badge/CocoaPods-1.5-green.svg)
6+
![CocoaPods](https://img.shields.io/badge/CocoaPods-1.5.1-green.svg)
77

88
*An intuitive iOS color picker built in Swift.*
99

0 commit comments

Comments
 (0)