You've already forked Task-Master-2.0
mirror of
https://github.com/MrLyallCSIT/Task-Master-2.0.git
synced 2026-01-17 22:59:37 +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
|