Skip to content

Commit

Permalink
Merge tag '1.0.1' into develop
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
chrwendt committed Oct 14, 2019
2 parents 6afc25a + ca29833 commit b0d25c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.0.1
### Bugfix
* Fix version of Capable dependency which was causing issues in projects where Capable was used side by side with SheetyColors

## Version 1.0.0
### Enhancements
* [Support iOS 13](https://github.com/chrs1885/SheetyColors/issues/3)
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 = '1.0.0'
s.version = '1.0.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', '~> 1.0.0'
s.dependency 'Capable/Colors', '~> 1.0'

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

0 comments on commit b0d25c4

Please sign in to comment.