Skip to content

Commit

Permalink
Fix syntax error in Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
altaywtf authored Mar 8, 2020
1 parent 04c1404 commit 93b9a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppboyProject/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93b9a2f

Please sign in to comment.