BFRecordScreenKit.podspec 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Be sure to run `pod lib lint BFRecordScreenKit.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 = 'BFRecordScreenKit'
  10. s.version = '1.0.1'
  11. s.summary = 'A short description of BFRecordScreenKit.'
  12. # This description is used to generate tags and improve search results.
  13. # * Think: What does it do? Why did you write it? What is the focus?
  14. # * Try to keep it short, snappy and to the point.
  15. # * Write the description between the DESC delimiters below.
  16. # * Finally, don't worry about the indent, CocoaPods strips it!
  17. s.description = <<-DESC
  18. TODO: Add long description of the pod here.
  19. DESC
  20. s.homepage = 'https://github.com/harry/BFRecordScreenKit'
  21. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  22. s.license = { :type => 'MIT', :file => 'LICENSE' }
  23. s.author = { 'harry' => 'hz_hzq@126.com' }
  24. s.source = { :git => 'https://github.com/harry/BFRecordScreenKit.git', :tag => s.version.to_s }
  25. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  26. s.ios.deployment_target = '10.0'
  27. s.static_framework = true
  28. s.requires_arc = true
  29. s.swift_versions = ['5.0']
  30. s.source_files = 'BFRecordScreenKit/Classes/**/*'
  31. s.resource_bundles = {
  32. 'BFRecordScreenKit_Resources' => ['BFRecordScreenKit/Assets/*']
  33. }
  34. # s.resource_bundles = {
  35. # 'BFRecordScreenKit' => ['BFRecordScreenKit/Assets/*.png']
  36. # }
  37. # s.public_header_files = 'Pod/Classes/**/*.h'
  38. # s.frameworks = 'UIKit', 'MapKit'
  39. s.dependency 'BFCommonKit'
  40. s.dependency 'BFNetRequestKit'
  41. s.dependency 'BFMaterialKit'
  42. s.dependency 'BFMediaKit'
  43. s.dependency "BFUploadKit"
  44. s.dependency 'BFUIKit'
  45. s.dependency 'GPUImage'
  46. end