Guest User

Untitled

a guest
Nov 25th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # Uncomment the next line to define a global platform for your project
  2. platform :ios, '9.0'
  3.  
  4. target 'AppName' do
  5. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  6. use_frameworks!
  7.  
  8. # Pods for App
  9.  
  10. # Firebase
  11. pod 'Firebase'
  12. pod 'Firebase/Core'
  13. pod 'Firebase/Database'
  14. pod 'Firebase/Auth'
  15.  
  16.  
  17. #Storage Database
  18. pod 'RealmSwift'
  19. pod 'Kingfisher'
  20.  
  21.  
  22. #animations
  23. pod 'Windless'
  24.  
  25.  
  26.  
  27.  
  28. end
Add Comment
Please, Sign In to add comment