Podfile 464 B

123456789101112131415
  1. # Uncomment the next line to define a global platform for your project
  2. # platform :ios, '9.0'
  3. source 'https://github.com/CocoaPods/Specs.git'
  4. platform :ios, '15.1'
  5. install! 'cocoapods', :disable_input_output_paths => true
  6. target 'HYHY-mobile' do
  7. project 'HYHY.xcodeproj'
  8. # Comment the next line if you don't want to use dynamic frameworks
  9. use_frameworks!
  10. use_modular_headers!
  11. # Pods for HYHY
  12. pod 'LineSDKSwift/ObjC', '~> 5.0'
  13. pod 'GoogleSignIn'
  14. end