Skip to content

Commit c08b8c8

Browse files
committed
Make pod paths consistent
1 parent 669f559 commit c08b8c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InAppMessaging/Example/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source 'https://cdn.jsdelivr.net/cocoa/'
55

66
pod 'FirebaseAnalytics'
77
pod 'FirebaseCore', :path => '../..'
8-
pod 'FirebaseCoreDiagnosticsInterop', :path => '../../'
8+
pod 'FirebaseCoreDiagnosticsInterop', :path => '../..'
99

1010
target 'InAppMessaging_Example_iOS' do
1111
platform :ios, '8.0'

0 commit comments

Comments
 (0)