Advertisement
Guest User

Untitled

a guest
Feb 8th, 2025
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. source 'https://cdn.cocoapods.org/'
  2. source 'https://cdn.cocoapods.org/'
  3.  
  4. platform :ios, '13.0'
  5.  
  6. target 'UnityFramework' do
  7. pod 'GoogleSignIn', '~> 7.1.0'
  8. end
  9. target 'Unity-iPhone' do
  10. end
  11. use_frameworks! :linkage => :static
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement