BFVideoEditKit.podspec 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Be sure to run `pod lib lint BFVideoEditKit.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 = 'BFVideoEditKit'
  10. s.version = '0.1.0'
  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/BFVideoEditKit'
  17. s.license = { :type => 'MIT', :file => 'LICENSE' }
  18. s.author = { 'SanWCoder' => 'wenweiwei@piaoquantv.com' }
  19. s.source = { :git => 'https://git.yishihui.com/iOS/BFVideoEditKit.git', :tag => s.version.to_s }
  20. s.ios.deployment_target = '10.0'
  21. # s.frameworks = 'UIKit', 'AVFoundation','CoreMedia', 'QuartzCore','AudioToolbox','SystemConfiguration'
  22. # s.libraries = 'stdc++','sqlite3.0'
  23. s.resource_bundles = {
  24. 'BFVideoEditKit_Resources' => ['BFVideoEditKit/Assets/Resources/*']
  25. }
  26. s.dependency 'BFCommonKit'
  27. s.dependency 'BFNetRequestKit'
  28. s.dependency 'BFMaterialKit'
  29. s.dependency 'BFFramework'
  30. s.dependency 'BFUIKit'
  31. s.dependency 'BFAliyunNlsSDK-Swift'
  32. s.source_files = 'BFVideoEditKit/Classes/**/*'
  33. s.requires_arc = true
  34. s.static_framework = true
  35. s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load','ENABLE_BITCODE' => 'NO' }
  36. end