Skip to content

Commit f088427

Browse files
PSG-4891 update podspec and pubspec.yaml file metadata
1 parent 15905d8 commit f088427

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

ios/passage_flutter.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = 'passage_flutter'
33
s.version = '1.0.0'
4-
s.summary = 'Passkey authentication for your Flutter app'
4+
s.summary = 'Passkey Complete for Flutter - Go completely passwordless with a standalone auth solution in your Flutter app with Passage by 1Password'
55
s.description = <<-DESC
6-
Passkey authentication for your Flutter app
6+
Passkey Complete for Flutter - Go completely passwordless with a standalone auth solution in your Flutter app with Passage by 1Password
77
DESC
8-
s.homepage = 'http://passage.id'
8+
s.homepage = 'https://docs.passage.id/complete'
99
s.license = { :file => '../LICENSE' }
10-
s.author = { 'Passage' => 'hello@passage.id' }
10+
s.author = { 'Passage by 1Password' => 'support@passage.id' }
1111
s.source = { :path => '.' }
1212
s.source_files = 'Classes/**/*'
1313
s.dependency 'Flutter'

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: passage_flutter
2-
description: Native passkey authentication for your Flutter app
2+
description: Passkey Complete for Flutter - Go completely passwordless with a standalone auth solution in your Flutter app with Passage by 1Password
33
version: 1.0.0
4-
homepage: https://github.com/passageidentity/passage-flutter
4+
homepage: https://docs.passage.id/complete
55

66
environment:
77
sdk: '>=3.0.3 <4.0.0'
8-
flutter: ">=3.3.0"
8+
flutter: '>=3.3.0'
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)