Menagerie_Cookbook/iosApp/Podfile
2025-02-23 12:45:57 -05:00

5 lines
No EOL
101 B
Ruby

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