Podfile 582 B

123456789101112131415161718
  1. platform :ios, '10.0'
  2. target 'MusicVideoPlus' do
  3. # Comment the next line if you don't want to use dynamic frameworks
  4. use_frameworks!
  5. source 'https://github.com/CocoaPods/Specs.git'
  6. pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
  7. # 使用本地路径
  8. # pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
  9. pod 'JWTDecode','2.6.0' # Apple登陆校验库
  10. pod 'TYAttributedLabel','2.6.9' # 富文本
  11. pod 'UMCommon','7.2.9'
  12. pod 'UMDevice','1.2.0'
  13. pod 'UMCSecurityPlugins','1.0.6'
  14. pod 'UMAPM','1.2.1'
  15. pod 'Bugly','2.5.90'
  16. end