Podfile 801 B

12345678910111213141516171819202122
  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. # source 'https://git.yishihui.com/wenweiwei/BFSpecs.git'
  7. # pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git' , :tag => '0.1.6'
  8. pod "BFFramework" ,:git => 'https://git.yishihui.com/iOS/BFFramework.git'
  9. # 使用本地路径
  10. # pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
  11. # pod 'BFFramework', :path => '/Users/sanw/Desktop/BytesFlow/Projects/BFFramework/'
  12. pod 'JWTDecode','2.6.0' # Apple登陆校验库
  13. pod 'TYAttributedLabel','2.6.9' # 富文本
  14. pod 'UMCommon','7.2.9'
  15. pod 'UMDevice','1.2.0'
  16. pod 'UMCSecurityPlugins','1.0.6'
  17. pod 'UMAPM','1.2.1'
  18. end