Skip to content

Commit

Permalink
New version created
Browse files Browse the repository at this point in the history
  • Loading branch information
rushisangani committed Aug 7, 2020
1 parent f03a11a commit eb508b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ 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.0.0
## What's new in 7.1.0
- Supported **Equatable** conformance
- Custom size support in Formsheet presentation

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

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

```ruby
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.0.0'
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.1.0'
```

### Carthage
Expand All @@ -54,7 +55,7 @@ $ brew install carthage
To integrate RSSelectionMenu into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "rushisangani/RSSelectionMenu" ~> 7.0
github "rushisangani/RSSelectionMenu" ~> 7.1
```
Then follow below steps:
- Run `carthage update` to build the framework.
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.0.0"
s.version = "7.1.0"

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 @@ -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.0.0;
MARKETING_VERSION = 7.1.0;
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.0.0;
MARKETING_VERSION = 7.1.0;
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down

0 comments on commit eb508b5

Please sign in to comment.