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.

53 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 'SwiftyTimer'
  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 'Localize-Swift', '~> 2.0'
  26. pod 'DTTJailbreakDetection'
  27. pod 'KeychainAccess'
  28. pod 'Hero'
  29. pod 'PanModal'
  30. pod 'ValidationTextField'
  31. end
  32. target 'GME Remit' do
  33. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  34. use_frameworks!
  35. # Pods for GMERemittance
  36. shared_pods
  37. target 'GMERemittanceTests' do
  38. inherit! :search_paths
  39. # Pods for testing
  40. shared_pods
  41. end
  42. target 'GMERemittanceUITests' do
  43. inherit! :search_paths
  44. # Pods for testing
  45. shared_pods
  46. end
  47. end