File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ChromaColorPicker"
3
- s . version = "1.5"
3
+ s . version = "1.5.1 "
4
4
s . summary = "An intuitive iOS color picker built in Swift."
5
5
6
6
s . description = <<-DESC
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
s . license = { :type => "MIT" , :file => "LICENSE" }
12
12
s . author = "Jonathan Cardasis"
13
13
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 " }
15
15
s . source_files = "ChromaColorPicker" , "ChromaColorPicker/*.swift"
16
16
17
17
end
Original file line number Diff line number Diff line change 3
3
![ Platform] ( https://img.shields.io/badge/platform-iOS-lightgray.svg )
4
4
![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )
5
5
![ 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 )
7
7
8
8
* An intuitive iOS color picker built in Swift.*
9
9
You can’t perform that action at this time.
0 commit comments