Skip to content

Commit eb508b5

Browse files
committed
New version created
1 parent f03a11a commit eb508b5

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ An elegant selection list or dropdown menu for iOS with single or multiple selec
2020
- Provide header row as **Empty**, **All**, **None** or **Custom Text**
2121
- Customizable design for UINavigationBar and UISearchBar
2222

23-
## What's new in 7.0.0
23+
## What's new in 7.1.0
2424
- Supported **Equatable** conformance
25+
- Custom size support in Formsheet presentation
2526

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

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

3940
```ruby
40-
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.0.0'
41+
pod 'RSSelectionMenu' or pod 'RSSelectionMenu', '~> 7.1.0'
4142
```
4243

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

5657
```ogdl
57-
github "rushisangani/RSSelectionMenu" ~> 7.0
58+
github "rushisangani/RSSelectionMenu" ~> 7.1
5859
```
5960
Then follow below steps:
6061
- Run `carthage update` to build the framework.

RSSelectionMenu.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "RSSelectionMenu"
4-
s.version = "7.0.0"
4+
s.version = "7.1.0"
55

66
s.summary = "An elegant selection list or dropdown menu for iOS with single or multiple selections."
77
s.description = <<-DESC

RSSelectionMenu/RSSelectionMenu.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@
370370
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
371371
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
372372
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
373-
MARKETING_VERSION = 7.0.0;
373+
MARKETING_VERSION = 7.1.0;
374374
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
375375
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
376376
SKIP_INSTALL = YES;
@@ -394,7 +394,7 @@
394394
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
395395
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
396396
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
397-
MARKETING_VERSION = 7.0.0;
397+
MARKETING_VERSION = 7.1.0;
398398
PRODUCT_BUNDLE_IDENTIFIER = com.rushi.RSSelectionMenu;
399399
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
400400
SKIP_INSTALL = YES;

0 commit comments

Comments
 (0)