Podfile 561 B

1234567891011121314151617181920212223242526
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. target 'Product Calculator' do
  4. # Comment the next line if you don't want to use dynamic frameworks
  5. use_frameworks!
  6. # Pods for Product Calculator
  7. pod 'SwiftyGif'
  8. pod 'GoogleSignIn'
  9. pod 'SideMenu'
  10. pod 'Alamofire'
  11. pod 'Toast-Swift'
  12. pod 'SwiftyJSON'
  13. pod 'IQKeyboardManagerSwift'
  14. target 'Product CalculatorTests' do
  15. inherit! :search_paths
  16. # Pods for testing
  17. end
  18. target 'Product CalculatorUITests' do
  19. # Pods for testing
  20. end
  21. end