Skip to content

Commit

Permalink
Merge pull request #80 from altayaydemir/master
Browse files Browse the repository at this point in the history
Fix syntax error in Podfile
  • Loading branch information
wesleyorbin authored Mar 9, 2020
2 parents 04c1404 + 93b9a2f commit 29d648f
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 29d648f

Please sign in to comment.