Skip to content

Commit 0372e14

Browse files
Merge pull request #30 from passageidentity/PSG-4894-use-repo-templates
PSG-4894 remove ext on licensefile
2 parents 607dd28 + b020baa commit 0372e14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
File renamed without changes.

PassageSwift.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Pod::Spec.new do |s|
22
s.name = 'PassageSwift'
33
s.module_name = 'Passage'
44
s.version = ENV['LIB_VERSION'] || '1.0.1'
5-
s.summary = 'Use Passage Authentication in your iOS application'
6-
s.homepage = 'https://github.com/passageidentity/passage-swift'
7-
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
8-
s.author = { 'Passage Identity, Inc' => 'hello@passage.id' }
5+
s.summary = 'Passkey Complete for Apple Platforms - Go completely passwordless with a standalone auth solution in your Swift apps with Passage by 1Password'
6+
s.homepage = 'http://docs.passage.id/complete'
7+
s.license = { :type => 'MIT', :file => 'LICENSE' }
8+
s.author = { 'Passage by 1Password' => 'support@passage.id' }
99
s.source = { :git => 'https://github.com/passageidentity/passage-swift.git', :tag => s.version.to_s }
1010
s.ios.deployment_target = "14.0"
1111
# s.osx.deployment_target = "12.0"

0 commit comments

Comments
 (0)