Skip to content

Commit

Permalink
chore: update podspec version to fix bitrise failure (RMCCX-8306)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumenRautray committed Feb 4, 2025
1 parent 794ea18 commit 39708bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSDKUtils.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/rakutentech/ios-sdkutils"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => "https://github.com/rakutentech/ios-sdkutils.git", :tag => s.version.to_s }
s.platforms = { :ios => '14.0', :watchos => '6.0' }
s.platforms = { :ios => '14.0' }
s.swift_versions = ['5.4', '5.5', '5.9']
s.resources = ['Sources/Resources/PrivacyInfo.xcprivacy']
s.requires_arc = true
Expand Down

0 comments on commit 39708bf

Please sign in to comment.