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