File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ChromaColorPicker"
3- s . version = "1.4.1 "
3+ s . version = "1.5 "
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.4.1 " }
14+ s . source = { :git => "https://github.com/joncardasis/ChromaColorPicker.git" , :tag => "1.5 " }
1515 s . source_files = "ChromaColorPicker" , "ChromaColorPicker/*.swift"
1616
1717end
Original file line number Diff line number Diff line change 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.4.1 -green.svg )
6+ ![ CocoaPods] ( https://img.shields.io/badge/CocoaPods-1.5 -green.svg )
77
88* An intuitive iOS color picker built in Swift.*
99
You can’t perform that action at this time.
0 commit comments