| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 | 
							- #
 
- # Be sure to run `pod lib lint PBSDK.podspec' to ensure this is a
 
- # valid spec before submitting.
 
- #
 
- # Any lines starting with a # are optional, but their use is encouraged
 
- # To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
 
- #
 
- Pod::Spec.new do |s|
 
-   s.name             = 'PBSDK'
 
-   s.version          = '0.1.0'
 
-   s.summary          = 'A short description of PBSDK.'
 
- # This description is used to generate tags and improve search results.
 
- #   * Think: What does it do? Why did you write it? What is the focus?
 
- #   * Try to keep it short, snappy and to the point.
 
- #   * Write the description between the DESC delimiters below.
 
- #   * Finally, don't worry about the indent, CocoaPods strips it!
 
-   s.description      = <<-DESC
 
- TODO: Add long description of the pod here.
 
-                        DESC
 
-   s.homepage         = 'https://github.com/uxiume/PBSDK'
 
-   # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
 
-   s.license          = { :type => 'MIT', :file => 'LICENSE' }
 
-   s.author           = { 'uxiume' => 'junhui.xia@microtechmd.com' }
 
-   s.source           = { :git => 'https://github.com/uxiume/PBSDK.git', :tag => s.version.to_s }
 
-   # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
 
-   s.ios.deployment_target = '13.0'
 
-   #s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
 
-   
 
-   # 设置暴露的头文件
 
-   s.public_header_files = 'PBSDK/Classes/*.h'
 
-   
 
-   s.static_framework    = true
 
-   #s.default_subspec = 'code'
 
-   #s.subspec 'code' do |ss|
 
-      #  s.source_files = 'PBSDK/Classes/**/*'
 
-       # s.prefix_header_contents = '
 
-         #     #import "PBDefines.h"
 
-        #    '
 
-       # s.resource_bundles = {
 
-       #    'PBSDK' => ['PBSDK/Assets/*.xcassets']
 
-      #   }
 
-      
 
- #end
 
-  
 
-  # s.subspec 'framework' do |ss|
 
-       s.resource_bundles = {
 
-         'PBSDK' => ['PBSDK/PBSDK.bundle']
 
-       }
 
-      s.vendored_frameworks = 'PBSDK/PBSDK.framework'
 
- #  end
 
-   
 
-   
 
-   
 
-   # s.frameworks = 'UIKit', 'MapKit'
 
-    s.dependency 'AgoraRtcEngine_iOS' #声网
 
-    s.dependency 'JXCategoryView'
 
-    s.dependency 'JXPagingView/Pager'
 
-    s.dependency 'HyphenateChat', '~> 4.0.0' #环信
 
-    s.dependency 'AFNetworking'
 
-    s.dependency 'MJExtension'
 
-    s.dependency 'Masonry'
 
-    s.dependency 'MJRefresh'
 
-    s.dependency 'YYText'
 
-    s.dependency 'Masonry'
 
-    s.dependency 'SVProgressHUD'
 
-    s.dependency 'SDWebImage'
 
-    s.dependency 'HXPhotoPickerObjC'
 
-    s.dependency 'OpenSSL'
 
-    s.dependency 'YYModel'
 
-    s.dependency 'SVGAPlayer-iOS', '~> 1.1.13'
 
-    s.dependency "CocoaLumberjack", "3.7.4"
 
-    s.dependency 'YDBlockKit'
 
-    s.dependency 'ZFPlayer'
 
-    s.dependency 'ZFPlayer/AVPlayer'
 
-    s.dependency 'ZFPlayer/ControlView'
 
- #   s.dependency 'ZFPlayer/ijkplayer'
 
-    
 
-    #s.dependency 'YYText'
 
-    
 
- end
 
 
  |