Skip to content

Commit 2628369

Browse files
committed
Minimal cordova required is now 9, due to cocoapods configuration,
1 parent 7a340b8 commit 2628369

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
</js-module>
2929

3030
<engines>
31+
<engine name="cordova" version=">=9.0.0" />
3132
<engine name="cordova-android" version=">=8.0.0" />
3233
<engine name="cordova-ios" version=">=5.0.0" />
3334
</engines>
@@ -123,8 +124,8 @@
123124
<source url="https://github.com/CocoaPods/Specs.git"/>
124125
</config>
125126
<pods>
126-
<pod name="Firebase/Analytics" spec=">= 6.21.0" />
127-
<pod name="Firebase/Messaging" spec=">= 6.21.0" />
127+
<pod name="Firebase/Analytics" />
128+
<pod name="Firebase/Messaging" />
128129
</pods>
129130
</podspec>
130131
</platform>

0 commit comments

Comments
 (0)