Skip to content

Commit

Permalink
PSG-4891 update podspec and pubspec.yaml file metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jenn-macfarlane committed Oct 22, 2024
1 parent 15905d8 commit f088427
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ios/passage_flutter.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'passage_flutter'
s.version = '1.0.0'
s.summary = 'Passkey authentication for your Flutter app'
s.summary = 'Passkey Complete for Flutter - Go completely passwordless with a standalone auth solution in your Flutter app with Passage by 1Password'
s.description = <<-DESC
Passkey authentication for your Flutter app
Passkey Complete for Flutter - Go completely passwordless with a standalone auth solution in your Flutter app with Passage by 1Password
DESC
s.homepage = 'http://passage.id'
s.homepage = 'https://docs.passage.id/complete'
s.license = { :file => '../LICENSE' }
s.author = { 'Passage' => 'hello@passage.id' }
s.author = { 'Passage by 1Password' => 'support@passage.id' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: passage_flutter
description: Native passkey authentication for your Flutter app
description: Passkey Complete for Flutter - Go completely passwordless with a standalone auth solution in your Flutter app with Passage by 1Password
version: 1.0.0
homepage: https://github.com/passageidentity/passage-flutter
homepage: https://docs.passage.id/complete

environment:
sdk: '>=3.0.3 <4.0.0'
flutter: ">=3.3.0"
flutter: '>=3.3.0'

dependencies:
flutter:
Expand Down

0 comments on commit f088427

Please sign in to comment.