File tree 1 file changed +23
-0
lines changed
packages/firebase_messaging/firebase_messaging_web/ios
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments