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.

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