Advertisement
MarnusSteyn

Podfile

Feb 28th, 2019
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. platform :ios, '10.0'
  2. use_frameworks!
  3.  
  4. target 'DumaPay Consumer iOS' do
  5. pod 'Alamofire', '4.8'
  6. pod 'EasyNotificationBadge'
  7. pod 'PromiseKit', "~> 6.0"
  8. pod 'SearchTextField'
  9. pod 'XMLMapper'
  10. pod 'XMLMapper/Requests'
  11. pod 'MaterialComponents/TextFields'
  12. pod 'MaterialComponents/Buttons'
  13. pod 'MaterialComponents/PageControl'
  14. pod 'MaterialComponents/Tabs'
  15. pod 'MaterialComponents/AppBar'
  16. pod 'MaterialComponents/Snackbar'
  17. pod 'Firebase/Core'
  18. pod 'Firebase/Auth'
  19. pod 'Firebase/Firestore', '5.13.0'
  20. pod 'Fabric', '~> 1.9.0'
  21. pod 'Crashlytics', '~> 3.12.0'
  22. pod 'SDWebImage', '~> 4.0'
  23. pod 'OneSignal', '>= 2.6.2', '< 3.0'
  24. pod 'NVActivityIndicatorView'
  25. pod 'InputMask'
  26. pod 'PayCardsRecognizer'
  27. pod 'PhoneNumberKit', '~> 2.6'
  28. end
  29.  
  30. target 'DumaPay Consumer iOSTests' do
  31. pod 'Firebase/Core'
  32. pod 'Firebase/Auth'
  33. end
  34.  
  35. target 'OneSignalNotificationServiceExtension' do
  36. pod 'OneSignal', '>= 2.6.2', '< 3.0'
  37. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement