diff options
author | Shravya Ramesh <37447613+shravyaramesh@users.noreply.github.com> | 2021-06-22 12:06:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 12:06:17 -0700 |
commit | 543bc0eb5fb39bdc69145da3a75c0c683e2f30d2 (patch) | |
tree | d05e0bf055df60d8027f2e849a0b42fa725c2118 /ios | |
parent | 894be3566ccf83bd3ac3af36a1452120cbf19dd3 (diff) |
Remove unused library
Diffstat (limited to 'ios')
-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 |