5 lines
No EOL
101 B
Ruby
5 lines
No EOL
101 B
Ruby
target 'iosApp' do
|
|
use_frameworks!
|
|
platform :ios, '14.1'
|
|
pod 'shared', :path => '../shared'
|
|
end |