mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-10 10:20:40 +01:00
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
|