BFStuckPointKit.podspec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. #
  2. # Be sure to run `pod lib lint BFStuckPoint.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 = 'BFStuckPointKit'
  10. s.version = '0.1.5'
  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://github.com/iOS/BFStuckPointKit'
  17. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  18. s.license = { :type => 'MIT', :file => 'LICENSE' }
  19. s.author = { 'harry' => 'hz_hzq@126.com' }
  20. s.source = { :git => 'https://git.yishihui.com/iOS/BFStuckPointKit.git', :tag => s.version.to_s }
  21. s.ios.deployment_target = '10.0'
  22. s.requires_arc = true
  23. s.static_framework = true
  24. s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load','ENABLE_BITCODE' => 'NO' }
  25. s.resource_bundles = {
  26. 'BFStuckPointKit_Resources' => ['BFStuckPointKit/Assets/**/*.xcassets', 'BFStuckPointKit/Assets/Resources/*']
  27. }
  28. s.source_files = 'BFStuckPointKit/Classes/**/*'
  29. s.frameworks = 'UIKit', 'MapKit'
  30. s.dependency 'BFCommonKit'
  31. s.dependency 'BFNetRequestKit'
  32. s.dependency 'BFUIKit'
  33. s.dependency 'BFMaterialKit'
  34. s.dependency 'BFMediaKit'
  35. s.dependency 'BFAnalyzeKit'
  36. s.dependency 'BFUploadKit'
  37. s.dependency 'WechatOpenSDK-Swift' ,'1.8.7.1' # 微信组件
  38. s.dependency 'MJRefresh' ,'~> 3.0' # 刷新组件
  39. s.dependency 'LMJHorizontalScrollText' ,'2.0.2'
  40. s.dependency 'TXLiteAVSDK_Player' ,'9.3.10765' # 腾讯播放器组件
  41. s.dependency 'Bugly' ,'2.5.90' # crash log 收集
  42. s.dependency 'CryptoSwift' ,'~> 1.5.1' # 加密库
  43. end