From 07ad3e17dc4941813ef0538acb62b749b4f934f3 Mon Sep 17 00:00:00 2001 From: Jenn MacFarlane Date: Tue, 22 Oct 2024 09:59:26 -0700 Subject: [PATCH 1/2] PSG-4894 remove ext on licensefile --- LICENSE.md => LICENSE | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE From b020baa75b7c9e353f9dd89d643d85de969bd18f Mon Sep 17 00:00:00 2001 From: Jenn MacFarlane Date: Tue, 22 Oct 2024 10:04:01 -0700 Subject: [PATCH 2/2] PSG-4894 update podspec summary, homepage, license, author and contact --- PassageSwift.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PassageSwift.podspec b/PassageSwift.podspec index 96675ca..3b7f92e 100644 --- a/PassageSwift.podspec +++ b/PassageSwift.podspec @@ -2,10 +2,10 @@ Pod::Spec.new do |s| s.name = 'PassageSwift' s.module_name = 'Passage' s.version = ENV['LIB_VERSION'] || '1.0.1' - s.summary = 'Use Passage Authentication in your iOS application' - s.homepage = 'https://github.com/passageidentity/passage-swift' - s.license = { :type => 'MIT', :file => 'LICENSE.md' } - s.author = { 'Passage Identity, Inc' => 'hello@passage.id' } + s.summary = 'Passkey Complete for Apple Platforms - Go completely passwordless with a standalone auth solution in your Swift apps with Passage by 1Password' + s.homepage = 'http://docs.passage.id/complete' + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = { 'Passage by 1Password' => 'support@passage.id' } s.source = { :git => 'https://github.com/passageidentity/passage-swift.git', :tag => s.version.to_s } s.ios.deployment_target = "14.0" # s.osx.deployment_target = "12.0"