Created
August 29, 2020 12:03
-
-
Save romainbsl/7b04d956b40aa1ad8fc88f9da67ff7e4 to your computer and use it in GitHub Desktop.
di-on-mpp-part3-podfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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