Skip to content

Instantly share code, notes, and snippets.

@romainbsl
Created August 29, 2020 12:03
Show Gist options
  • Select an option

  • Save romainbsl/7b04d956b40aa1ad8fc88f9da67ff7e4 to your computer and use it in GitHub Desktop.

Select an option

Save romainbsl/7b04d956b40aa1ad8fc88f9da67ff7e4 to your computer and use it in GitHub Desktop.
di-on-mpp-part3-podfile
target 'iosApp' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
platform :ios, '13.5'
# Pods for iosApp
pod 'NBVCommon', :path => '../nbv-kmp'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment