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.

40 lines
777 B

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