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.

57 lines
1.3 KiB

6 years ago
5 years ago
6 years ago
6 years ago
6 years ago
5 years ago
5 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', '~> 4.9'
  5. pod 'SwiftyJSON'
  6. pod 'Firebase/Core'
  7. pod 'Firebase/Auth'
  8. pod 'Firebase/Messaging'
  9. pod 'BRYXBanner'
  10. #pod 'SDWebImage/GIF', '~> 4.4.6'
  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', '6.5.0'
  23. pod 'LGSideMenuController'
  24. pod 'Localize-Swift', '~> 2.0'
  25. pod 'DTTJailbreakDetection'
  26. pod 'KeychainAccess'
  27. pod 'Hero'
  28. pod 'PanModal'
  29. #pod 'ValidationTextField'
  30. pod 'Kingfisher'
  31. pod 'ChannelIO', '~> 6.1.20'
  32. pod 'NVActivityIndicatorView'
  33. pod 'FLEX', '~> 3.0', :configurations => ['Debug']
  34. end
  35. target 'GME Remit' do
  36. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  37. use_frameworks!
  38. # Pods for GMERemittance
  39. inhibit_all_warnings!
  40. shared_pods
  41. target 'GMERemittanceTests' do
  42. inherit! :search_paths
  43. # Pods for testing
  44. shared_pods
  45. end
  46. target 'GMERemittanceUITests' do
  47. inherit! :search_paths
  48. # Pods for testing
  49. shared_pods
  50. end
  51. end