You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.1 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. def shared_pods
  4. pod 'Alamofire'
  5. pod 'SwiftyJSON'
  6. pod 'Firebase/Core'
  7. pod 'Firebase/Auth'
  8. pod 'Firebase/Messaging'
  9. pod 'BRYXBanner'
  10. pod 'SDWebImage/GIF'
  11. pod 'Fabric', '~> 1.7.11'
  12. pod 'Crashlytics', '~> 3.10.7'
  13. pod 'ObjectMapper', '~> 3.3'
  14. pod 'VisualEffectView'
  15. pod 'MBProgressHUD', '~> 1.1.0'
  16. pod 'Hex'
  17. pod 'LTMorphingLabel', git: 'https://github.com/lexrus/LTMorphingLabel.git', branch: 'swift3'
  18. pod 'XLPagerTabStrip', '~> 8.0'
  19. pod 'PMAlertController'
  20. pod 'RSKImageCropper'
  21. pod 'AlamofireNetworkActivityLogger', '~> 2.3'
  22. pod 'IQKeyboardManagerSwift'
  23. pod 'thenPromise'
  24. pod 'LGSideMenuController'
  25. pod 'RAMAnimatedTabBarController'
  26. pod 'Localize-Swift', '~> 2.0'
  27. end
  28. target 'GME Remit' do
  29. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  30. use_frameworks!
  31. # Pods for GMERemittance
  32. shared_pods
  33. target 'GMERemittanceTests' do
  34. inherit! :search_paths
  35. # Pods for testing
  36. shared_pods
  37. end
  38. target 'GMERemittanceUITests' do
  39. inherit! :search_paths
  40. # Pods for testing
  41. shared_pods
  42. end
  43. end