This repository has been archived on 2024-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
compose-multiplatform-ios-a.../iosApp/Podfile

5 lines
101 B
Plaintext
Raw Normal View History

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