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.

46 lines
897 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 'AlamofireNetworkActivityLogger', '~> 2.3'
  19. pod 'IQKeyboardManagerSwift'
  20. end
  21. target 'GMERemittance' do
  22. # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  23. use_frameworks!
  24. # Pods for GMERemittance
  25. shared_pods
  26. target 'GMERemittanceTests' do
  27. inherit! :search_paths
  28. # Pods for testing
  29. shared_pods
  30. end
  31. target 'GMERemittanceUITests' do
  32. inherit! :search_paths
  33. # Pods for testing
  34. shared_pods
  35. end
  36. end