You've already forked MobileandWebTechnologiesCoursework-TaskMaster
mirror of
https://github.com/MrLyallCSIT/MobileandWebTechnologiesCoursework-TaskMaster.git
synced 2026-01-18 07:09:36 +00:00
9 lines
196 B
Ruby
9 lines
196 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
# platform :ios, '10.3'
|
|
|
|
target 'Task Master' do
|
|
pod 'Firebase/Core'
|
|
pod 'Firebase/Database'
|
|
pod 'Firebase/Auth'
|
|
end
|