Skip to content

Commit

Permalink
Merge branch 'release/0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrs1885 committed May 29, 2019
2 parents 117ec26 + f61c55e commit eeb11ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.3.1
### Enhancements
* Use stable Capable/Colors version 1.0.0

## Version 0.3.0
### Features
* Grayscale support
Expand Down
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- Capable/Colors (0.9.0)
- Capable/Colors (1.0.0)
- Nimble (8.0.1)
- Quick (2.0.0)
- SheetyColors (0.3.0):
- Capable/Colors (~> 0.9.0)
- Capable/Colors (~> 1.0.0)
- SnapshotTesting (1.5.0)

DEPENDENCIES:
Expand All @@ -24,10 +24,10 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
Capable: 3f2cbbd61326df7304ff97ca4b954c2de2e3ff43
Capable: 9305f13c6170488bcbe37f9a34d3590f47068c46
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0
Quick: ce1276c7c27ba2da3cb2fd0cde053c3648b3b22d
SheetyColors: 635021ca45c08654941011c4be840460fcb9a0ff
SheetyColors: b8085c57d253c5fb558346d05e7473d70eebf45c
SnapshotTesting: 9ca1d80f6322509a035856170c11d0571b1f7171

PODFILE CHECKSUM: 9b39eb683f19af0f28a510f2ff148ddd0ce5f2a5
Expand Down
4 changes: 2 additions & 2 deletions SheetyColors.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SheetyColors'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'An action sheet styled color picker for iOS.'

s.description = <<-DESC
Expand All @@ -15,7 +15,7 @@ The SheetyColors color picker is based on UIKit's UIAlertController. Therefore,
s.social_media_url = 'https://twitter.com/chr_wendt'

s.ios.deployment_target = '11.0'
s.dependency 'Capable/Colors', '~> 0.9.0'
s.dependency 'Capable/Colors', '~> 1.0.0'

s.source_files = 'SheetyColors/Classes/**/*.{swift}'
s.resources = 'SheetyColors/Classes/**/*.xcassets'
Expand Down

0 comments on commit eeb11ab

Please sign in to comment.