forked from ethanneff/Organize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPodfile
More file actions
20 lines (18 loc) · 643 Bytes
/
Podfile
File metadata and controls
20 lines (18 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
platform :ios, '8.0'
target 'Organize' do
# swift
use_frameworks!
# firebase
pod 'Firebase' # Properties
pod 'Firebase/Core' # Analytics
pod 'Firebase/AdMob' # AdMob
pod 'Firebase/Database' # Realtime Database
pod 'Firebase/DynamicLinks' # Dynamic Links
pod 'Firebase/Crash' # Crash Reporting
pod 'Firebase/RemoteConfig' # Remote Config
pod 'Firebase/Auth' # Authentication
pod 'Firebase/Messaging' # Cloud Messaging / Notifications
# pod 'Firebase/Invites' # Invites
# pod 'Firebase/AppIndexing' # App Indexing
# pod 'Firebase/Storage' # Storage
end