Skip to content

Commit

Permalink
Merge pull request #309 from ForgeRock/SDKS-3362-podspec-fixs
Browse files Browse the repository at this point in the history
Update FRCaptchaEnterprise and FRUI podspecs
  • Loading branch information
spetrov authored Oct 11, 2024
2 parents e4ec365 + 4277b5f commit d72d6f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion FRCaptchaEnterprise.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://www.forgerock.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'ForgeRock'
s.static_framework = true

s.source = {
:git => 'https://github.com/ForgeRock/forgerock-ios-sdk.git',
Expand All @@ -33,5 +34,5 @@ Pod::Spec.new do |s|
'FRCaptchaEnterprise' => [base_dir + '/*.xcprivacy']
}
s.ios.dependency 'FRAuth', '~> 4.6.0'
s.ios.dependency 'RecaptchaEnterprise', '~> 18.1.0'
s.ios.dependency 'RecaptchaEnterprise', '~> 18.6.0'
end
4 changes: 3 additions & 1 deletion FRUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://www.forgerock.com'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'ForgeRock'
s.static_framework = true

s.source = {
:git => 'https://github.com/ForgeRock/forgerock-ios-sdk.git',
Expand All @@ -32,6 +33,7 @@ Pod::Spec.new do |s|
s.resource_bundles = {
'FRUI' => [base_dir + '/*.xcprivacy']
}
s.resources = [base_dir + '/**/*.xib', base_dir + '/Assets/*']
s.resources = [base_dir + '/**/*.xib']
s.ios.dependency 'FRDeviceBinding', '~> 4.6.0'
s.ios.dependency 'FRCaptchaEnterprise', '~> 4.6.0'
end

0 comments on commit d72d6f7

Please sign in to comment.