7 lines
137 B
Plaintext
7 lines
137 B
Plaintext
source 'https://cdn.cocoapods.org'
|
|
|
|
target 'iosApp' do
|
|
use_frameworks!
|
|
platform :ios, '14.1'
|
|
pod 'shared', :path => '../shared'
|
|
end |