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
2023-03-23 15:44:18 +04:00

5 lines
101 B
Ruby

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