Skip to content

Commit

Permalink
Update the podspec files to consistent naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vahancouver committed Dec 9, 2024
1 parent 561f8a5 commit 73e1599
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Davinci.podspec → PingDavinci.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Be sure to run `pod lib lint Davinci.podspec' to ensure this is a
# Be sure to run `pod lib lint PingDavinci.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.version = '0.9.0-beta2'
s.summary = 'Davinci SDK for iOS'
s.description = <<-DESC
The Davinci SDK is a powerful and flexible library for Authentication and Authorization. It is designed to be easy to use and extensible. It provides a simple API for navigating the authentication flow and handling the various states that can
The PingDavinci SDK is a powerful and flexible library for Authentication and Authorization. It is designed to be easy to use and extensible. It provides a simple API for navigating the authentication flow and handling the various states that can
occur during the authentication process.
DESC
s.homepage = 'https://www.pingidentity.com/'
Expand Down
6 changes: 3 additions & 3 deletions Logger.podspec → PingLogger.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Be sure to run `pod lib lint Logger.podspec' to ensure this is a
# Be sure to run `pod lib lint PingLogger.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
Expand All @@ -9,9 +9,9 @@
Pod::Spec.new do |s|
s.name = 'PingLogger'
s.version = '0.9.0-beta2'
s.summary = 'Logger SDK for iOS'
s.summary = 'PingLogger SDK for iOS'
s.description = <<-DESC
The Logger SDK provides a versatile logging interface and a set of common loggers for the Ping SDKs.
The PingLogger SDK provides a versatile logging interface and a set of common loggers for the Ping SDKs.
DESC
s.homepage = 'https://www.pingidentity.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions Oidc.podspec → PingOidc.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Be sure to run `pod lib lint Oidc.podspec' to ensure this is a
# Be sure to run `pod lib lint PingOidc.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.version = '0.9.0-beta2'
s.summary = 'Oidc SDK for iOS'
s.description = <<-DESC
The Oidc SDK provides OIDC client for PingOne and ForgeRock platform..
The PingOidc SDK provides OIDC client for PingOne and ForgeRock platform..
DESC
s.homepage = 'https://www.pingidentity.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
6 changes: 3 additions & 3 deletions Orchestrate.podspec → PingOrchestrate.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Be sure to run `pod lib lint Orchestrate.podspec' to ensure this is a
# Be sure to run `pod lib lint PingOrchestrate.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
Expand All @@ -9,9 +9,9 @@
Pod::Spec.new do |s|
s.name = 'PingOrchestrate'
s.version = '0.9.0-beta2'
s.summary = 'Orchestrate SDK for iOS'
s.summary = 'PingOrchestrate SDK for iOS'
s.description = <<-DESC
The Orchestrate SDK provides a simple way to build a state machine for ForgeRock Journey and PingOne DaVinci.
The PingOrchestrate SDK provides a simple way to build a state machine for ForgeRock Journey and PingOne DaVinci.
DESC
s.homepage = 'https://www.pingidentity.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions Storage.podspec → PingStorage.podspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Be sure to run `pod lib lint Storage.podspec' to ensure this is a
# Be sure to run `pod lib lint PingStorage.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.version = '0.9.0-beta2'
s.summary = 'Storage SDK for iOS'
s.description = <<-DESC
The Storage SDK provides a flexible storage interface and a set of common storage solutions for the Ping SDKs.
The PingStorage SDK provides a flexible storage interface and a set of common storage solutions for the Ping SDKs.
DESC
s.homepage = 'https://www.pingidentity.com/'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down

0 comments on commit 73e1599

Please sign in to comment.