forked from RxSwiftCommunity/RxFirebase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Podfile
24 lines (21 loc) · 768 Bytes
/
Podfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
use_frameworks!
target 'RxFirebase_Example' do
pod 'RxFirebase/Storage', :path => './'
pod 'RxFirebase/Firestore', :path => './'
pod 'RxFirebase/RemoteConfig', :path => './'
pod 'RxFirebase/Database', :path => './'
pod 'RxFirebase/Functions', :path => './'
pod 'RxFirebase/Auth', :path => './'
# Force local pods
pod 'RxFirebaseStorage', :path => './'
pod 'RxFirebaseFirestore', :path => './'
pod 'RxFirebaseRemoteConfig', :path => './'
pod 'RxFirebaseDatabase', :path => './'
pod 'RxFirebaseFunctions', :path => './'
pod 'RxFirebaseAuthentication', :path => './'
end
target 'RxFirebase_Example_tvOS' do
pod 'RxFirebaseStorage', :path => './'
pod 'RxFirebaseDatabase', :path => './'
pod 'RxFirebaseAuthentication', :path => './'
end