Podfile 322 B

1234567891011121314
  1. # use_frameworks!
  2. platform :ios, '12.0'
  3. target 'LenzCameraNativeModuleForRN_Example' do
  4. pod 'LenzCameraNativeModuleForRN', :path => '../'
  5. # pod 'TensorFlowLite', '~> 1.13.1'
  6. pod 'Masonry', '1.1.0', :modular_headers => true
  7. target 'LenzCameraNativeModuleForRN_Tests' do
  8. inherit! :search_paths
  9. end
  10. end