Skip to content

Commit 1b110eb

Browse files
committed
podspec fixes
1 parent 18b9571 commit 1b110eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

FirebaseDynamicLinks.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Firebase Dynamic Links are deep links that enhance user experience and increase
1313

1414
s.source = {
1515
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
16-
:tag => s.version.to_s
16+
:tag => 'DynamicLinks-' + s.version.to_s
1717
}
1818
s.social_media_url = 'https://twitter.com/Firebase'
1919
s.ios.deployment_target = '8.0'

FirebaseFirestore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'FirebaseFirestore'
3-
s.version = '0.13.3'
3+
s.version = '0.13.4'
44
s.summary = 'Google Cloud Firestore for iOS'
55

66
s.description = <<-DESC

FirebaseInAppMessagingDisplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Firebase In-App Messaging SDK.
1414

1515
s.source = {
1616
:git => 'https://github.com/firebase/firebase-ios-sdk.git',
17-
:tag => s.version.to_s
17+
:tag => 'InAppMessagingDisplay-' + 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)