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.

60 lines
1.3 KiB

6 years ago
4 years ago
5 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
2 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 'RxSwift'
  5. pod 'RxSwiftExt'
  6. pod 'RxCocoa'
  7. pod 'Alamofire', '~> 4.9'
  8. pod 'SwiftyJSON'
  9. pod 'Firebase/Core'
  10. pod 'Firebase/Auth'
  11. pod 'Firebase/Messaging'
  12. pod 'Firebase/Crashlytics'
  13. pod 'Firebase/Analytics'
  14. pod 'BRYXBanner'
  15. pod 'SDWebImage/GIF', '~> 4.4.6'
  16. pod 'ObjectMapper', '~> 3.3'
  17. pod 'VisualEffectView'
  18. pod 'MBProgressHUD', '~> 1.1.0'
  19. pod 'Hex'
  20. pod 'SwiftyTimer'
  21. pod 'XLPagerTabStrip', '~> 8.0'
  22. pod 'PMAlertController'
  23. pod 'RSKImageCropper'
  24. pod 'AlamofireNetworkActivityLogger', '~> 2.3'
  25. pod 'IQKeyboardManagerSwift', '6.5.0'
  26. pod 'LGSideMenuController'
  27. pod 'Localize-Swift', '~> 2.0'
  28. pod 'DTTJailbreakDetection'
  29. pod 'KeychainAccess'
  30. pod 'Hero'
  31. pod 'PanModal'
  32. pod 'SROTPView'
  33. pod 'Kingfisher'
  34. pod 'NVActivityIndicatorView'
  35. pod 'FLEX', '~> 3.0', :configurations => ['Debug']
  36. end
  37. project 'GME Remit.xcodeproj'
  38. target 'GME Remit' do
  39. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  40. use_frameworks!
  41. # Pods for GMERemittance
  42. inhibit_all_warnings!
  43. shared_pods
  44. target 'GMERemittanceTests' do
  45. inherit! :search_paths
  46. # Pods for testing
  47. shared_pods
  48. end
  49. target 'GMERemittanceUITests' do
  50. inherit! :search_paths
  51. # Pods for testing
  52. shared_pods
  53. end
  54. end