compose-multiplatform-ios-a.../iosApp/Podfile

5 lines
101 B
Text
Raw Normal View History

target 'iosApp' do
use_frameworks!
platform :ios, '14.1'
pod 'shared', :path => '../shared'
end