File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
5455To 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```
5960Then follow below steps:
6061- Run ` carthage update ` to build the framework.
Original file line number Diff line number Diff line change 11Pod ::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
Original file line number Diff line number Diff line change 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;
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;
You can’t perform that action at this time.
0 commit comments