LenzSDK_iOS.podspec 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Be sure to run `pod lib lint LenzCameraNativeModuleForRN.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 = 'LenzSDK_iOS'
  10. s.version = '2.5.5'
  11. s.summary = 'A short description of LenzSDK.'
  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 = "this is the long description"
  18. s.homepage = 'https://gitlab.langjtech.com/sililan/lenzsdk.git'
  19. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  20. s.license = { :type => 'MIT', :file => 'LICENSE' }
  21. s.author = { 'l405023944' => 'guoshaoyi@qq.com' }
  22. s.source = { :git => 'https://gitlab.langjtech.com/sililan/lenzsdk.git', :tag => s.version.to_s }
  23. s.ios.deployment_target = '12.0'
  24. s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
  25. s.resource_bundles = {
  26. 'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
  27. }
  28. s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
  29. # s.ios.public_header_files =
  30. s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
  31. s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
  32. s.libraries = "c++", "z"
  33. s.dependency "Masonry", '1.1.0'
  34. s.dependency 'YYText'
  35. s.dependency 'YBImageBrowser'
  36. s.dependency 'SVProgressHUD', '~> 2.2.5'
  37. s.dependency 'OpenCV2', '~> 4.3.0'
  38. s.dependency "TensorFlowLite", '~> 1.13.1'
  39. end