TUIConversation.podspec 1.0 KB

1234567891011121314151617181920212223242526272829
  1. Pod::Spec.new do |spec|
  2. spec.name = 'TUIConversation'
  3. spec.version = '1.0.0'
  4. spec.platform = :ios
  5. spec.ios.deployment_target = '9.0'
  6. spec.license = { :type => 'Proprietary',
  7. :text => <<-LICENSE
  8. copyright 2017 tencent Ltd. All rights reserved.
  9. LICENSE
  10. }
  11. spec.homepage = 'https://cloud.tencent.com/document/product/269/3794'
  12. spec.documentation_url = 'https://cloud.tencent.com/document/product/269/9147'
  13. spec.authors = 'tencent video cloud'
  14. spec.summary = 'TUIConversation'
  15. spec.dependency 'TUICore'
  16. spec.dependency 'TIMCommon'
  17. spec.dependency 'ReactiveObjC'
  18. spec.dependency 'SVGAPlayer-iOS'
  19. spec.dependency 'YYKit'
  20. spec.requires_arc = true
  21. spec.source = { :git => 'https://git.woa.com/lynxzhang/tui-components.git', :tag => spec.version}
  22. spec.source_files = '**/*.{h,m,mm,c}'
  23. spec.resource = ['Resources/*.bundle']
  24. spec.resource_bundle = {
  25. "#{spec.module_name}_Privacy" => 'Resources/PrivacyInfo.xcprivacy'
  26. }
  27. end