BFAliyunNlsSDK-Swift.podspec 1.2 KB

123456789101112131415161718192021222324252627282930
  1. #
  2. # Be sure to run `pod lib lint BFAliyunNlsSDK-Swift.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 = 'BFAliyunNlsSDK-Swift'
  10. s.version = '0.1.0'
  11. s.summary = '阿里云语音识别Swift版本'
  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://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift'
  17. s.license = { :type => 'MIT', :file => 'LICENSE' }
  18. s.author = { 'SanWCoder' => 'wenweiwei@piaoquantv.com' }
  19. s.source = { :git => 'https://git.yishihui.com/iOS/BFAliyunNlsSDK-Swift.git', :tag => s.version.to_s }
  20. s.ios.deployment_target = '9.0'
  21. s.source_files = 'BFAliyunNlsSDK-Swift/Classes/**/*'
  22. s.vendored_frameworks = 'Vendor/AliyunNlsSdk.framework'
  23. # s.frameworks = 'SystemConfiguration', 'AudioToolbox', 'AVFoundation'
  24. # s.libraries = 'stdc++'
  25. s.requires_arc = true
  26. s.static_framework = true
  27. s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-all_load','ENABLE_BITCODE' => 'NO' }
  28. end