LenzSDK.podspec 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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'
  10. s.version = '2.0.0'
  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 = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
  19. # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  20. s.license = { :type => 'MIT', :file => 'LICENSE' }
  21. s.author = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
  22. s.source = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
  23. # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  24. # s.platform = :ios, "11.0"
  25. s.ios.deployment_target = '11.0'
  26. s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
  27. s.resource_bundles = {
  28. 'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
  29. }
  30. s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
  31. # s.ios.public_header_files =
  32. s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
  33. # s.dependency 'AFNetworking', '~> 2.3'
  34. # s.static_framework = true
  35. # s.prefix_header_contents = '#import "PCSSDF-prefix-header.h"'
  36. s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
  37. # s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "opencv2.framework", "LenzStitchSDK.framework"
  38. # s.vendored_frameworks = 'LenzTensorFlow.framework'
  39. # s.preserve_path = 'LenzCameraNativeModuleForRN/Frameworks/*'
  40. # s.libraries = "sqlite3", "c++", "z"
  41. s.libraries = "c++", "z"
  42. s.dependency "Masonry", '1.1.0'
  43. s.dependency 'YYText'
  44. s.dependency 'SVProgressHUD', '~> 2.2.5'
  45. # s.dependency "OpenCV"
  46. s.dependency 'OpenCV2', '~> 4.3.0'
  47. s.dependency "TensorFlowLite", '~> 1.13.1'
  48. # s.dependency "LenzTensorFlow"
  49. end