We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a6e7e commit eac8913Copy full SHA for eac8913
ios/jitsi_meet_flutter_sdk.podspec
@@ -9,9 +9,8 @@ Pod::Spec.new do |s|
9
s.description = <<-DESC
10
Jitsi Meet Flutter SDK
11
DESC
12
- s.homepage = 'http://example.com'
+ s.homepage = 'https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-flutter-sdk'
13
s.license = { :file => '../LICENSE' }
14
- s.author = { 'Your Company' => 'email@example.com' }
15
s.source = { :path => '.' }
16
s.source_files = 'Classes/**/*'
17
s.dependency 'Flutter'
0 commit comments