21 lines
724 B
Ruby
21 lines
724 B
Ruby
# Uncomment this line to define a global platform for your project
|
|
# platform :ios, '12.0'
|
|
|
|
# CocoaPods analytics sends network requests to Google Analytics. To see this data in action,
|
|
# install the 'cocoapods-generate-settings' plugin and run `pod install` once.
|
|
# This is disabled by default to avoid sending analytics before the plugin is installed.
|
|
# See: https://github.com/CocoaPods/CocoaPods/pull/8198
|
|
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
|
|
|
|
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
|
|
|
target 'Runner' do
|
|
use_frameworks!
|
|
use_modular_headers!
|
|
|
|
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
|
|
|
|
# Google Maps
|
|
pod 'GoogleMaps', '4.1.0'
|
|
end
|