File tree Expand file tree Collapse file tree 5 files changed +15
-7
lines changed
Expand file tree Collapse file tree 5 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11clean : true
22author : Rakuten Group, Inc.
33github_url : https://github.com/rakutentech/ios-sdkutils
4- module_version : 4.2 .0
4+ module_version : 5.0 .0
55module : RSDKUtils
66xcodebuild_arguments :
77 - -workspace
Original file line number Diff line number Diff line change 11# ** Changelog**
22
3- ## Unreleased
3+ #### 5.0.0 (2025-02-24)
4+ - Features:
5+ - Update min iOS support version to iOS 14
6+
7+ #### 4.3.0 (2024-08-27)
8+ - Features:
9+ - Update Nimble version to 12.0 in pod file
410
511#### 4.2.0 (2024-05-21)
612- Features:
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ RSDKUtils consists of 4 sub-modules:
1313* * RLogger* - A tool for managing your log messages.
1414
1515This module supports the following operating systems:
16- * iOS 12 .0 and above (including extension contexts)
16+ * iOS 14 .0 and above (including extension contexts)
1717* watchOS 6.0 and above
18- * macOS 10.13 and above
18+ * macOS 12.5 and above
1919
20- This module has been tested with iOS 12 .0 and above.
20+ This module has been tested with iOS 14 .0 and above.
2121
2222# ** Requirements**
2323
24- Xcode 12.5.x or Xcode 13 +
24+ Xcode 14 +
2525
2626Swift >= 5.4 is supported.
2727
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "RSDKUtils"
3- s . version = "4.2.0-sanpshot "
3+ s . version = "5.0.0 "
44 s . authors = "Rakuten Ecosystem Mobile"
55 s . summary = "Rakuten's SDK Team internal utilities module."
66 s . homepage = "https://github.com/rakutentech/ios-sdkutils"
Original file line number Diff line number Diff line change 664.0.2
774.1.0
884.2.0
9+ 4.3.0
10+ 5.0.0
You can’t perform that action at this time.
0 commit comments