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.

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