Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Adding installation variable to use a custom GoogleUtilities pod version #737

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugin.xml
Expand Up @@ -52,6 +52,7 @@

<!-- ios -->
<platform name="ios">
<preference name="IOS_GOOGLEUTILITIES_VERSION" default="~> 6.7"/>

<config-file target="config.xml" parent="/*">
<feature name="GooglePlus">
Expand Down Expand Up @@ -108,7 +109,7 @@
</config>
<pods use-frameworks="true">
<pod name="GoogleSignIn" spec="~> 5.0.2"/>
<pod name="GoogleUtilities" spec="~> 7.2.2"/>
<pod name="GoogleUtilities" spec="$IOS_GOOGLEUTILITIES_VERSION"/>
</pods>
</podspec>

Expand Down