Skip to content

Commit

Permalink
Version update 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rushisangani committed Nov 9, 2020
1 parent 2c2b9b7 commit 49bd5bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ An elegant selection list or dropdown menu for iOS with single or multiple selec
- Provide header row as **Empty**, **All**, **None** or **Custom Text**
- Customizable design for UINavigationBar and UISearchBar

## What's new in 7.1.1
## What's new in 7.1.2
- Supported **Equatable** conformance
- Custom size support in Formsheet presentation
- Swift Pacakge Manager Support

## Already using? Migrate to 7.1.1
## Already using? Migrate to 7.1.2
- Remove all references of `UniquePropertyDelegate`, `uniquePropertyName`, and `getUniquePropertyName()`
- Conform to `Equatable` in your model classes (if required)

Expand All @@ -39,7 +39,7 @@ iOS 9.0+ | Xcode 8.3+ | Swift 3.0+
### CocoaPods

```ruby
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.1.1'
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.1.2'
```

### 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 = "7.1.1"
s.version = "7.1.2"

s.summary = "An elegant selection list or dropdown menu for iOS with single or multiple selections."
s.description = <<-DESC
Expand Down
Binary file not shown.
4 changes: 2 additions & 2 deletions RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,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 = 7.1.1;
MARKETING_VERSION = 7.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -394,7 +394,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 = 7.1.1;
MARKETING_VERSION = 7.1.2;
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit 49bd5bb

Please sign in to comment.