Podfile 530 B

1234567891011121314151617181920212223
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'TestReactNavigation' do
  4. # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  5. # use_frameworks!
  6. # Pods for TestReactNavigation
  7. target 'TestReactNavigation-tvOSTests' do
  8. inherit! :search_paths
  9. # Pods for testing
  10. end
  11. target 'TestReactNavigationTests' do
  12. inherit! :search_paths
  13. # Pods for testing
  14. end
  15. pod 'RSKImageCropper'
  16. pod 'QBImagePickerController'
  17. end