Skip to content

Commit

Permalink
Minimal cordova required is now 9, due to cocoapods configuration,
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehtissot committed Aug 16, 2020
1 parent 7a340b8 commit 2628369
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
</js-module>

<engines>
<engine name="cordova" version=">=9.0.0" />
<engine name="cordova-android" version=">=8.0.0" />
<engine name="cordova-ios" version=">=5.0.0" />
</engines>
Expand Down Expand Up @@ -123,8 +124,8 @@
<source url="https://github.com/CocoaPods/Specs.git"/>
</config>
<pods>
<pod name="Firebase/Analytics" spec=">= 6.21.0" />
<pod name="Firebase/Messaging" spec=">= 6.21.0" />
<pod name="Firebase/Analytics" />
<pod name="Firebase/Messaging" />
</pods>
</podspec>
</platform>
Expand Down

0 comments on commit 2628369

Please sign in to comment.