Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'Aplus' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Aplus
pod 'Firebase/Firestore','~> 5.15.0'
pod 'Firebase/Auth','~> 5.15.0'
pod 'Firebase/Storage','~> 5.15.0'
pod 'Firebase/Core'
pod 'SVProgressHUD'
pod 'Firebase/Messaging'
pod 'SDWebImage'
pod 'JGProgressHUD'
pod 'SwiftValidator', :git => 'https://github.com/jpotts18/SwiftValidator.git', :branch => 'master'
end