From 73e15999e77a864a9917bc383c9e8c6f6f116899 Mon Sep 17 00:00:00 2001 From: Vahan Harutyunyan Date: Mon, 9 Dec 2024 16:49:19 -0500 Subject: [PATCH] Update the podspec files to consistent naming --- Davinci.podspec => PingDavinci.podspec | 4 ++-- Logger.podspec => PingLogger.podspec | 6 +++--- Oidc.podspec => PingOidc.podspec | 4 ++-- Orchestrate.podspec => PingOrchestrate.podspec | 6 +++--- Storage.podspec => PingStorage.podspec | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) rename Davinci.podspec => PingDavinci.podspec (77%) rename Logger.podspec => PingLogger.podspec (80%) rename Oidc.podspec => PingOidc.podspec (87%) rename Orchestrate.podspec => PingOrchestrate.podspec (80%) rename Storage.podspec => PingStorage.podspec (83%) diff --git a/Davinci.podspec b/PingDavinci.podspec similarity index 77% rename from Davinci.podspec rename to PingDavinci.podspec index e2b3ace..a274f3a 100644 --- a/Davinci.podspec +++ b/PingDavinci.podspec @@ -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 @@ -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/' diff --git a/Logger.podspec b/PingLogger.podspec similarity index 80% rename from Logger.podspec rename to PingLogger.podspec index 0c6d370..c446fac 100644 --- a/Logger.podspec +++ b/PingLogger.podspec @@ -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 @@ -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' } diff --git a/Oidc.podspec b/PingOidc.podspec similarity index 87% rename from Oidc.podspec rename to PingOidc.podspec index 40bad83..765f5ea 100644 --- a/Oidc.podspec +++ b/PingOidc.podspec @@ -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 @@ -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' } diff --git a/Orchestrate.podspec b/PingOrchestrate.podspec similarity index 80% rename from Orchestrate.podspec rename to PingOrchestrate.podspec index 0bd605a..6d84345 100644 --- a/Orchestrate.podspec +++ b/PingOrchestrate.podspec @@ -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 @@ -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' } diff --git a/Storage.podspec b/PingStorage.podspec similarity index 83% rename from Storage.podspec rename to PingStorage.podspec index d5315c3..50e2ac2 100644 --- a/Storage.podspec +++ b/PingStorage.podspec @@ -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 @@ -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' }