BFUploadKit.podspec 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Be sure to run `pod lib lint BFUploadKit.podspec' to ensure this is a
  3. # valid spec before submitting.
  4. #
  5. # Any lines starting with a # are optional, but their use is encouraged
  6. # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
  7. #
  8. Pod::Spec.new do |s|
  9. s.name = 'BFUploadKit'
  10. s.version = '0.1.1'
  11. s.summary = '上传库'
  12. s.swift_version = '5.0'
  13. s.description = <<-DESC
  14. TODO: Add long description of the pod here.
  15. DESC
  16. s.homepage = 'https://git.yishihui.com/iOS/BFUploadKit'
  17. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  18. s.license = { :type => 'MIT', :file => 'LICENSE' }
  19. s.author = { 'SanWCoder' => 'wenweiwei@piaoquantv.com' }
  20. s.source = { :git => 'https://git.yishihui.com/iOS/BFUploadKit.git', :tag => s.version.to_s }
  21. s.ios.deployment_target = '10.0'
  22. s.source_files = 'BFUploadKit/Classes/**/*'
  23. s.resource_bundles = {
  24. 'BFUploadKit_Resources' => ['BFUploadKit/Assets/**/*.xcassets', 'BFUploadKit/Assets/Resources/*']
  25. }
  26. s.frameworks = 'UIKit', 'AVFoundation'
  27. s.dependency 'BFCommonKit'
  28. s.dependency 'BFNetRequestKit'
  29. s.dependency 'BFAnalyzeKit'
  30. s.dependency 'BFUIKit'
  31. s.dependency 'AliyunOSSiOS' ,'2.10.10' # 阿里云组件
  32. end