Podfile 101 B

12345
  1. target 'iosApp' do
  2. use_frameworks!
  3. platform :ios, '14.1'
  4. pod 'shared', :path => '../shared'
  5. end