Podfile 823 B

1234567891011121314151617181920212223
  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. # pod 'BFMaterialKit'
  10. # 使用本地路径
  11. # pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
  12. # pod 'BFFramework', :path => '/Users/sanw/Desktop/BytesFlow/Projects/BFFramework/'
  13. pod 'JWTDecode','2.6.0' # Apple登陆校验库
  14. pod 'TYAttributedLabel','2.6.9' # 富文本
  15. pod 'UMCommon','7.2.9'
  16. pod 'UMDevice','1.2.0'
  17. pod 'UMCSecurityPlugins','1.0.6'
  18. pod 'UMAPM','1.2.1'
  19. end