Task Master 1.0 Code Pull

This commit is contained in:
2018-12-26 23:51:35 +00:00
parent e8d59db292
commit b920f3742b
284 changed files with 22772 additions and 0 deletions

8
Task Master/Podfile Normal file
View File

@@ -0,0 +1,8 @@
# 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