Podfile 967 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. # 使用本地路径
  8. # pod 'BFFramework', :path => '/Users/ak/Desktop/BFFramework/'
  9. # pod 'BFFramework', :path => '/Users/sanw/Desktop/BytesFlow/Projects/BFFramework/'
  10. # pod 'BFFramework', :path => '../BFFramework'
  11. # pod 'BFFramework', :git => 'https://git.yishihui.com/iOS/BFFramework.git', :tag => '0.1.6'
  12. pod 'BFFramework', :git => 'https://git.yishihui.com/iOS/BFFramework.git', :branch => 'mv-dev-130'
  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. # debug 模式下连接沙盒调试工具
  20. pod 'WoodPeckeriOS', :configurations => ['Debug']
  21. end