BFMaterialKit.podspec 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Be sure to run `pod lib lint BFMaterialKit.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 = 'BFMaterialKit'
  10. s.version = '0.0.6'
  11. s.summary = '素材加载库'
  12. s.swift_version = '5.0'
  13. s.static_framework = true
  14. # This description is used to generate tags and improve search results.
  15. # * Think: What does it do? Why did you write it? What is the focus?
  16. # * Try to keep it short, snappy and to the point.
  17. # * Write the description between the DESC delimiters below.
  18. # * Finally, don't worry about the indent, CocoaPods strips it!
  19. s.description = <<-DESC
  20. TODO: Add long description of the pod here.
  21. DESC
  22. s.homepage = 'https://git.yishihui.com/wenweiwei'
  23. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  24. s.license = { :type => 'MIT', :file => 'LICENSE' }
  25. s.author = { 'wenweiwei' => 'wenweiwei@piaoquantv.com' }
  26. s.source = { :git => 'https://git.yishihui.com/wenweiwei/BFMaterialKit.git', :tag => s.version.to_s }
  27. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  28. s.ios.deployment_target = '10.0'
  29. s.source_files = 'BFMaterialKit/Classes/**/*'
  30. # s.subspec 'Targets' do |ss|
  31. # ss.source_files = 'Login/Classes/Targets/*.{h,m}'
  32. # ss.dependency 'Login/ViewController'
  33. # end
  34. # s.resources = 'BFMaterialKit/Assets/Materails/*.{png,gif}'
  35. # s.subspec 'Resources' do |rr|
  36. # rr.resource_bundles = {
  37. # 'BFMaterialKit_Resources' => ['BFMaterialKit/Assets/Resources/*']
  38. # }
  39. # end
  40. s.resource_bundles = {
  41. 'BFMaterialKit_Resources' => ['BFMaterialKit/Assets/Resources/*']
  42. }
  43. # s.public_header_files = 'Pod/Classes/**/*.h'
  44. s.frameworks = 'UIKit', 'AVFoundation','CoreMedia', 'QuartzCore'
  45. s.dependency 'BFCommonKit'
  46. end