You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
584 B
27 lines
584 B
# Uncomment the next line to define a global platform for your project |
|
platform :ios, '9.0' |
|
|
|
target 'SSA Student' do |
|
# Comment the next line if you don't want to use dynamic frameworks |
|
use_frameworks! |
|
|
|
# Pods for SSA Student |
|
pod 'RSBarcodes_Swift', '~> 5.0.0' |
|
pod 'Koyomi' |
|
pod 'Firebase/Auth' |
|
pod 'Firebase/Firestore' |
|
pod 'Firebase/Database' |
|
pod 'Firebase/Auth' |
|
pod 'GoogleSignIn' |
|
|
|
target 'SSA StudentTests' do |
|
inherit! :search_paths |
|
# Pods for testing |
|
end |
|
|
|
target 'SSA StudentUITests' do |
|
inherit! :search_paths |
|
# Pods for testing |
|
end |
|
|
|
end
|
|
|