Podfile 650 B

12345678910111213141516171819202122232425262728293031
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'Learn Genie' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for Learn Genie
  7. pod 'SwiftyGif'
  8. pod 'SideMenu'
  9. pod 'Firebase/Auth'
  10. pod 'GoogleSignIn'
  11. pod 'Alamofire'
  12. pod 'RealmSwift'
  13. pod 'Toast-Swift'
  14. pod 'OTPFieldView'
  15. pod 'SSZipArchive'
  16. pod 'youtube-ios-player-helper'
  17. pod 'SwiftyJSON'
  18. pod 'IQKeyboardManagerSwift'
  19. target 'Learn GenieTests' do
  20. inherit! :search_paths
  21. # Pods for testing
  22. end
  23. target 'Learn GenieUITests' do
  24. # Pods for testing
  25. end
  26. end