From 0b2f9d4bad01f7656d270484cf7a2be526ba7522 Mon Sep 17 00:00:00 2001 From: Sandeep Date: Mon, 25 Sep 2023 16:49:48 -0700 Subject: [PATCH] Update Pod spec source Update name with updated repo name --- OktaAnalytics.podspec | 2 +- OktaLogger.podspec | 2 +- OktaSQLiteStorage.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OktaAnalytics.podspec b/OktaAnalytics.podspec index 1718319..f37ab2b 100644 --- a/OktaAnalytics.podspec +++ b/OktaAnalytics.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/okta/okta-logger-swift" s.license = { :type => 'APACHE2', :file => 'LICENSE' } s.author = { "Okta Developers" => "developer@okta.com" } - s.source = { :git => "https://github.com/okta/okta-logger-swift.git", :tag => "OktaAnalytics-"+s.version.to_s } + s.source = { :git => "https://github.com/okta/okta-utils-swift.git", :tag => "OktaAnalytics-"+s.version.to_s } s.osx.deployment_target = '11.0' s.ios.deployment_target = '13.0' diff --git a/OktaLogger.podspec b/OktaLogger.podspec index 54550e5..3dc07a0 100644 --- a/OktaLogger.podspec +++ b/OktaLogger.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.homepage = "https://github.com/okta/okta-logger-swift" s.license = { :type => 'APACHE2', :file => 'LICENSE' } s.author = { "Okta Developers" => "developer@okta.com" } - s.source = { :git => "https://github.com/okta/okta-logger-swift.git", :tag => "OktaLogger-"+s.version.to_s } + s.source = { :git => "https://github.com/okta/okta-utils-swift.git", :tag => "OktaLogger-"+s.version.to_s } s.ios.deployment_target = '11.0' s.osx.deployment_target = '10.14' s.watchos.deployment_target = '6.0' diff --git a/OktaSQLiteStorage.podspec b/OktaSQLiteStorage.podspec index 9199996..1300ff3 100644 --- a/OktaSQLiteStorage.podspec +++ b/OktaSQLiteStorage.podspec @@ -9,7 +9,7 @@ Okta SQLite storage wrapper on top of GRDB framework s.homepage = 'https://github.com/okta/okta-logger-swift.git' s.license = { :type => 'APACHE2', :file => 'LICENSE' } s.authors = { "Okta Developers" => "developer@okta.com" } - s.source = { :git => 'https://github.com/okta/okta-logger-swift.git', :tag => "OktaSQLiteStorage-"+s.version.to_s } + s.source = { :git => 'https://github.com/okta/okta-utils-swift.git', :tag => "OktaSQLiteStorage-"+s.version.to_s } s.swift_version = '5.0' s.ios.deployment_target = '13.0'