Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
601 B
22
Indexable
Never
# Uncomment the next line to define a global platform for your project
 platform :ios, '10.0'

target 'Testable' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for Testable
  
  pod 'Firebase/Analytics'
  pod 'Firebase/Firestore'
  pod 'FirebaseUI/Auth'
  pod 'FirebaseUI/Google'
  pod 'DropDown'
  pod 'BEMCheckBox'
  pod 'ALRadioButtons'
  pod 'BetterSegmentedControl', '~> 2.0'
  pod 'SwipeCellKit'
  pod 'AMXFontAutoScale'
  pod 'Firebase/Storage'
  pod 'MercariQRScanner'
  pod 'DLRadioButton'
  pod 'Purchases'
  pod 'DateTimePicker'
  
end