Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 7219828

Browse files
Add dummy macos
1 parent 6431eee commit 7219828

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#
2+
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
3+
#
4+
Pod::Spec.new do |s|
5+
s.name = 'url_launcher'
6+
s.version = '0.0.1'
7+
s.summary = 'No-op implementation of the macos url_launcher to avoid build issues on macos'
8+
s.description = <<-DESC
9+
No-op implementation of the url_launcher plugin to avoid build issues on macos.
10+
https://github.com/flutter/flutter/issues/46618
11+
DESC
12+
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/url_launcher'
13+
s.license = { :file => '../LICENSE' }
14+
s.author = { 'Flutter Team' => '[email protected]' }
15+
s.source = { :path => '.' }
16+
s.source_files = 'Classes/**/*'
17+
s.public_header_files = 'Classes/**/*.h'
18+
19+
s.platform = :osx
20+
s.osx.deployment_target = '10.11'
21+
end
22+

0 commit comments

Comments
 (0)