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
948 B

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 'FBSDKShareKit'
  12. pod 'FacebookShare'
  13. pod 'Fabric', '~> 1.7.7'
  14. pod 'Crashlytics', '~> 3.10.2'
  15. pod 'ObjectMapper', '~> 3.3'
  16. pod 'MBProgressHUD', '~> 1.1.0'
  17. pod 'Hex'
  18. pod 'XLPagerTabStrip', '~> 8.0'
  19. pod 'AlamofireNetworkActivityLogger', '~> 2.3'
  20. pod 'IQKeyboardManagerSwift'
  21. pod 'thenPromise'
  22. end
  23. target 'GMERemittance' do
  24. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  25. use_frameworks!
  26. # Pods for GMERemittance
  27. shared_pods
  28. target 'GMERemittanceTests' do
  29. inherit! :search_paths
  30. # Pods for testing
  31. shared_pods
  32. end
  33. target 'GMERemittanceUITests' do
  34. inherit! :search_paths
  35. # Pods for testing
  36. shared_pods
  37. end
  38. end