Skip to content

Commit eac8913

Browse files
committed
feat(ios): update homepage pod spec variable
1 parent 48a6e7e commit eac8913

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/jitsi_meet_flutter_sdk.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ Pod::Spec.new do |s|
99
s.description = <<-DESC
1010
Jitsi Meet Flutter SDK
1111
DESC
12-
s.homepage = 'http://example.com'
12+
s.homepage = 'https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-flutter-sdk'
1313
s.license = { :file => '../LICENSE' }
14-
s.author = { 'Your Company' => 'email@example.com' }
1514
s.source = { :path => '.' }
1615
s.source_files = 'Classes/**/*'
1716
s.dependency 'Flutter'

0 commit comments

Comments
 (0)