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.

55 lines
1.2 KiB

6 years ago
5 years ago
6 years ago
5 years ago
6 years ago
6 years ago
5 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.8'
  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'
  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. pod 'Kingfisher'
  32. pod 'ChannelIO', '~> 6.0.2'
  33. end
  34. target 'GME Remit' do
  35. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  36. use_frameworks!
  37. # Pods for GMERemittance
  38. shared_pods
  39. target 'GMERemittanceTests' do
  40. inherit! :search_paths
  41. # Pods for testing
  42. shared_pods
  43. end
  44. target 'GMERemittanceUITests' do
  45. inherit! :search_paths
  46. # Pods for testing
  47. shared_pods
  48. end
  49. end