From 93b9a2fc38df4d20a25a1db5cd4624e6fa7aead8 Mon Sep 17 00:00:00 2001 From: Altay Date: Sun, 8 Mar 2020 17:13:23 +0100 Subject: [PATCH] Fix syntax error in Podfile --- AppboyProject/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppboyProject/ios/Podfile b/AppboyProject/ios/Podfile index 5d9d035..491d9af 100644 --- a/AppboyProject/ios/Podfile +++ b/AppboyProject/ios/Podfile @@ -2,7 +2,7 @@ platform :ios, '9.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' target 'AppboyProject' do - pod 'Appboy-iOS-SDK', '3.21.3 + pod 'Appboy-iOS-SDK', '3.21.3' # If you want to integrate through Cocoapods instead of manual linking use this: # It already comes with a dependency on `Appboy-iOS-SDK` so you're all set. Remember to