Skip to content

Commit

Permalink
[share] Fix pod lint warnings (flutter#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman authored Apr 21, 2020
1 parent 2689ae1 commit 10850b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Remove Android dependencies fallback.
* Require Flutter SDK 1.12.13+hotfix.5 or greater.
* Fix CocoaPods podspec lint warnings.

## 0.6.3+8

Expand Down
16 changes: 9 additions & 7 deletions packages/share/ios/share.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
#
Pod::Spec.new do |s|
s.name = 'share'
s.version = '0.5.2'
s.summary = 'A Flutter plugin for sharing content from the Flutter app via the platform share sheet.'
s.version = '0.0.1'
s.summary = 'Flutter Share'
s.description = <<-DESC
A Flutter plugin for sharing content from the Flutter app via the platform share sheet.
A Flutter plugin to share content from your Flutter app via the platform's share dialog.
Downloaded by pub (not CocoaPods).
DESC
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/share'
s.license = { :file => '../LICENSE' }
s.author = { 'Flutter Team' => '[email protected]' }
s.source = { :path => '.' }
s.homepage = 'https://github.com/flutter/plugins'
s.license = { :type => 'BSD', :file => '../LICENSE' }
s.author = { 'Flutter Dev Team' => '[email protected]' }
s.source = { :http => 'https://github.com/flutter/plugins/tree/master/packages/share' }
s.documentation_url = 'https://pub.dev/packages/share'
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
Expand Down

0 comments on commit 10850b8

Please sign in to comment.