Skip to content

Commit 6c99008

Browse files
committed
chore(messaging): add no-op ios podspec for web plugin
1 parent 1fdef97 commit 6c99008

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
#
2+
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
3+
#
4+
5+
# An iOS directory and podspec is required for Flutter versions < 1.20.0
6+
Pod::Spec.new do |s|
7+
s.name = 'firebase_messaging_web'
8+
s.version = '0.1.0'
9+
s.summary = 'No-op implementation of firebase_messaging_web web plugin to avoid build issues on iOS'
10+
s.description = <<-DESC
11+
temp fake firebase_messaging_web plugin
12+
DESC
13+
s.homepage = 'https://github.com/FirebaseExtended/flutterfire/tree/master/packages/firebase_messaging/firebase_messaging_web'
14+
s.license = { :file => '../LICENSE' }
15+
s.author = { 'Flutter Team' => '[email protected]' }
16+
s.source = { :path => '.' }
17+
s.source_files = 'Classes/**/*'
18+
s.public_header_files = 'Classes/**/*.h'
19+
s.dependency 'Flutter'
20+
21+
s.ios.deployment_target = '8.0'
22+
end
23+

0 commit comments

Comments
 (0)