mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-03 16:47:40 +01:00
10 lines
185 B
Plaintext
10 lines
185 B
Plaintext
source 'https://cdn.cocoapods.org'
|
|
|
|
target 'iosApp' do
|
|
use_frameworks!
|
|
platform :ios, '14.1'
|
|
pod 'shared', :path => '../shared'
|
|
|
|
pod 'FirebaseAuth'
|
|
pod 'FirebaseFirestore'
|
|
end |