mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 18:10:37 +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 |