diff options
Diffstat (limited to 'ios/Podfile')
-rw-r--r-- | ios/Podfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ios/Podfile b/ios/Podfile index 58c388c2..d8324a6d 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -5,7 +5,6 @@ platform :ios, '10.0' target 'Frontend' do config = use_native_modules! - pod 'react-native-image-crop-tools', :path => '../node_modules/react-native-image-crop-tools' use_react_native!(:path => config["reactNativePath"]) target 'FrontendTests' do @@ -34,4 +33,4 @@ end # add the Firebase pod for Google Analytics pod 'Firebase/Analytics' # add pods for any other desired Firebase products -# https://firebase.google.com/docs/ios/setup#available-pods
\ No newline at end of file +# https://firebase.google.com/docs/ios/setup#available-pods |