Podfile 349 B

123456789101112131415
  1. project 'YYGMProject.xcodeproj'
  2. # Uncomment the next line to define a global platform for your project
  3. # platform :ios, '9.0'
  4. target 'YYGMProject' do
  5. # Comment the next line if you don't want to use dynamic frameworks
  6. use_frameworks!
  7. # Pods for YYGMProject
  8. # Pods for FBSDKLoginKit
  9. pod 'FBSDKLoginKit'
  10. # Pods for LineSDK
  11. #pod 'LineSDK'
  12. end