forked from flutter/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshare.podspec
More file actions
21 lines (19 loc) · 827 Bytes
/
share.podspec
File metadata and controls
21 lines (19 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
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.description = <<-DESC
A Flutter plugin for sharing content from the Flutter app via the platform share sheet.
DESC
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/share'
s.license = { :file => '../LICENSE' }
s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
end