Aucune description

123456789101112131415161718192021222324
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '12.0'
  3. target 'Tania' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for Tania
  7. pod 'AWSCore'
  8. pod 'AWSCognitoIdentityProvider'
  9. pod 'AWSSNS'
  10. pod 'Firebase/Core'
  11. pod 'Firebase/Auth'
  12. target 'TaniaTests' do
  13. inherit! :search_paths
  14. # Pods for testing
  15. end
  16. target 'TaniaUITests' do
  17. # Pods for testing
  18. end
  19. end