Skip to content

Commit

Permalink
Merge pull request #272 from ForgeRock/develop
Browse files Browse the repository at this point in the history
ForgeRock iOS SDK 4.4.0 Release
  • Loading branch information
spetrov committed Apr 10, 2024
2 parents 51acaf6 + 605c526 commit ef1d1b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PingProtect.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 @@ -30,5 +31,5 @@ Pod::Spec.new do |s|
base_dir = "PingProtect/PingProtect"
s.source_files = base_dir + '/**/*.swift', base_dir + '/**/*.c', base_dir + '/**/*.h'
s.ios.dependency 'FRAuth', '~> 4.4.0'
s.ios.dependency 'PingOneSignals', :podspec => "https://assets.pingone.com/signals/ios-sdk/5.2.1/
s.ios.dependency 'PingOneSignals', '~> 5.2.1'
end

0 comments on commit ef1d1b5

Please sign in to comment.