PBSDK.podspec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. #
  2. # Be sure to run `pod lib lint PBSDK.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 = 'PBSDK'
  10. s.version = '0.1.0'
  11. s.summary = 'A short description of PBSDK.'
  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/uxiume/PBSDK'
  21. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  22. s.license = { :type => 'MIT', :file => 'LICENSE' }
  23. s.author = { 'uxiume' => 'junhui.xia@microtechmd.com' }
  24. s.source = { :git => 'https://github.com/uxiume/PBSDK.git', :tag => s.version.to_s }
  25. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  26. s.ios.deployment_target = '13.0'
  27. #s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
  28. # 设置暴露的头文件
  29. s.public_header_files = 'PBSDK/Classes/*.h'
  30. s.static_framework = true
  31. #s.default_subspec = 'code'
  32. #s.subspec 'code' do |ss|
  33. # s.source_files = 'PBSDK/Classes/**/*'
  34. # s.prefix_header_contents = '
  35. # #import "PBDefines.h"
  36. # '
  37. # s.resource_bundles = {
  38. # 'PBSDK' => ['PBSDK/Assets/*.xcassets']
  39. # }
  40. #end
  41. # s.subspec 'framework' do |ss|
  42. s.resource_bundles = {
  43. 'PBSDK' => ['PBSDK/PBSDK.bundle']
  44. }
  45. s.vendored_frameworks = 'PBSDK/PBSDK.framework'
  46. # end
  47. # s.frameworks = 'UIKit', 'MapKit'
  48. s.dependency 'AgoraRtcEngine_iOS' #声网
  49. s.dependency 'JXCategoryView'
  50. s.dependency 'JXPagingView/Pager'
  51. s.dependency 'HyphenateChat', '~> 4.0.0' #环信
  52. s.dependency 'AFNetworking'
  53. s.dependency 'MJExtension'
  54. s.dependency 'Masonry'
  55. s.dependency 'MJRefresh'
  56. s.dependency 'YYText'
  57. s.dependency 'Masonry'
  58. s.dependency 'SVProgressHUD'
  59. s.dependency 'SDWebImage'
  60. s.dependency 'HXPhotoPickerObjC'
  61. s.dependency 'OpenSSL'
  62. s.dependency 'YYModel'
  63. s.dependency 'SVGAPlayer-iOS', '~> 1.1.13'
  64. s.dependency "CocoaLumberjack", "3.7.4"
  65. s.dependency 'YDBlockKit'
  66. s.dependency 'ZFPlayer'
  67. s.dependency 'ZFPlayer/AVPlayer'
  68. s.dependency 'ZFPlayer/ControlView'
  69. # s.dependency 'ZFPlayer/ijkplayer'
  70. #s.dependency 'YYText'
  71. end