Skip to content

Commit f7125e3

Browse files
committed
Fix the tag in the FIAM podspec.
1 parent be19190 commit f7125e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseInAppMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See more product details at https://firebase.google.com/products/in-app-messagin
1414

1515
s.source = {
1616
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
17-
:tag => s.version.to_s
17+
:tag => 'InAppMessaging-' + s.version.to_s
1818
}
1919
s.social_media_url = 'https://twitter.com/Firebase'
2020
s.ios.deployment_target = '8.0'

0 commit comments

Comments
 (0)