Skip to content

Commit 0c785e1

Browse files
Jon CardasisJon Cardasis
authored andcommitted
Updated podspec and documentation
1 parent d92efaf commit 0c785e1

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed
343 Bytes
Binary file not shown.

ChromaColorPicker-Demo.xcworkspace/xcuserdata/jon.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
ignoreCount = "0"
1111
continueAfterRunningActions = "No"
1212
filePath = "ChromaColorPickerTests/ChromaColorPickerTests.swift"
13-
timestampString = "504822375.5124"
13+
timestampString = "504822936.518389"
1414
startingColumnNumber = "9223372036854775807"
1515
endingColumnNumber = "9223372036854775807"
16-
startingLineNumber = "41"
17-
endingLineNumber = "41"
16+
startingLineNumber = "43"
17+
endingLineNumber = "43"
1818
landmarkName = "testButtonDelegateRecieved()"
1919
landmarkType = "7">
2020
</BreakpointContent>

ChromaColorPicker.podspec

Lines changed: 2 additions & 2 deletions
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.1"
3+
s.version = "1.2"
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.1" }
14+
s.source = { :git => "https://github.com/joncardasis/ChromaColorPicker.git", :tag => "1.2" }
1515
s.source_files = "ChromaColorPicker", "ChromaColorPicker/*.swift"
1616

1717
end

ChromaColorPickerTests/ChromaColorPickerTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ class ChromaColorPickerTests: XCTestCase {
3636
let pickerColor = colorPicker.currentColor
3737

3838
XCTAssertEqual(pickerColor.description, testColor.description, "Picker did not properly adjust to color") //Compare description because of fractional differences
39+
40+
XCTAssertEqual(colorPicker.hexLabel.text, "#\(testColor.hexCode)", "Picker displays incorrect Hex Value")
3941
}
4042

4143
func testButtonDelegateRecieved() {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
![Supported Version](https://img.shields.io/badge/Swift-3.0-yellow.svg)
33
![Platform](https://img.shields.io/badge/platform-iOS-lightgray.svg)
44
![License](https://img.shields.io/badge/license-MIT-blue.svg)
5-
![CocoaPods](https://img.shields.io/badge/CocoaPods-1.1-green.svg)
5+
![CocoaPods](https://img.shields.io/badge/CocoaPods-1.2-green.svg)
66

77
An intuitive iOS color picker built in Swift.
88

0 commit comments

Comments
 (0)