Newer
Older
LaserMethane / Podfile
Pengxh on 3 Sep 2021 392 bytes 移除依赖包
# Uncomment the next line to define a global platform for your project
platform :ios, '14.0'

target 'LaserMethane' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!


end

# post_install do |installer|
#   installer.pods_project.build_configurations.each do |config|
#     config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64'
#   end
# end