Skip to content

Commit

Permalink
Fixed: Cancel button not showing in ActionSheet
Browse files Browse the repository at this point in the history
  • Loading branch information
rushisangani committed Nov 26, 2019
1 parent 83f4eed commit 13d4fe8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ iOS 9.0+ | Xcode 8.3+ | Swift 3.0+
### CocoaPods

```ruby
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 6.0.6'
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 6.0.7'
```

### Carthage
Expand Down
2 changes: 1 addition & 1 deletion RSSelectionMenu.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "RSSelectionMenu"
s.version = "6.0.6"
s.version = "6.0.7"

s.summary = "An elegant selection list or dropdown menu for iOS with single or multiple selections."
s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 6.0.6;
MARKETING_VERSION = 6.0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -406,7 +406,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 6.0.6;
MARKETING_VERSION = 6.0.7;
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 13d4fe8

Please sign in to comment.