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