Podfile 740 B

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