思立蓝科技 1 year ago
parent
commit
c9d27ac013

+ 47 - 0
LenzSDK/2.0.0/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.0'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.1/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.1'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 0 - 0
SDK.podspec → LenzSDK/2.0.2/LenzSDK.podspec


+ 47 - 0
LenzSDK/2.0.3/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.3'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.4/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.4'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.5/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.5'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.6/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.6'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.7/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.7'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.8/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.8'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.0.9/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.0.9'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.1.0/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.1.0'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '11.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.0/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.0'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.1/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.1'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.10/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.10'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.11/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.11'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.2/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.2'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.3/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.3'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.5/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.5'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.6/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.6'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.7/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.7'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.8/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.8'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.2.9/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.2.9'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.0/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.0'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.1/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.1'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.10/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.10'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.2/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.2'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.3/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.3'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.4/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.4'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.5/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.5'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.6/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.6'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.7/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.7'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.8/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.8'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK/2.3.9/LenzSDK.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK'
+  s.version          = '2.3.9'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { '76930516@qq.com' => 'wangzhaowei1991@gmail.com' }
+  s.source           = { :git => 'http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end

+ 47 - 0
LenzSDK_iOS.podspec

@@ -0,0 +1,47 @@
+#
+# Be sure to run `pod lib lint LenzCameraNativeModuleForRN.podspec' to ensure this is a
+# valid spec before submitting.
+#
+# Any lines starting with a # are optional, but their use is encouraged
+# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
+#
+
+Pod::Spec.new do |s|
+  s.name             = 'LenzSDK_iOS'
+  s.version          = '2.3.10'
+  s.summary          = 'A short description of LenzSDK.'
+
+# This description is used to generate tags and improve search results.
+#   * Think: What does it do? Why did you write it? What is the focus?
+#   * Try to keep it short, snappy and to the point.
+#   * Write the description between the DESC delimiters below.
+#   * Finally, don't worry about the indent, CocoaPods strips it!
+
+  s.description  = "this  is the long description"
+
+  s.homepage         = 'https://gitlab.langjtech.com/sililan/lenzsdk.git'
+  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
+  s.license          = { :type => 'MIT', :file => 'LICENSE' }
+  s.author           = { 'l405023944' => 'guoshaoyi@qq.com' }
+  s.source           = { :git => 'https://gitlab.langjtech.com/sililan/lenzsdk.git', :tag => s.version.to_s }
+
+  s.ios.deployment_target = '12.0'
+
+  s.source_files = 'LenzCameraNativeModuleForRN/Classes/**/*'
+  
+  s.resource_bundles = {
+    'LenzCameraNativeModuleForRN' => ['LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}', 'LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}']
+  }
+
+  s.public_header_files = 'LenzCameraNativeModuleForRN/Classes/headers/*.h'
+  # s.ios.public_header_files = 
+  s.frameworks = 'UIKit', 'MapKit', 'WebKit', 'AdSupport', 'Accelerate' ,'MediaPlayer', 'CoreData', 'SystemConfiguration' ,'CoreServices' ,'AssetsLibrary' ,'CoreTelephony' ,'CoreMotion' ,'Photos' ,'AVFoundation' ,'CoreMedia'
+  s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
+  s.libraries = "c++", "z"
+  s.dependency "Masonry", '1.1.0'
+  s.dependency 'YYText'
+  s.dependency 'SVProgressHUD', '~> 2.2.5'
+  s.dependency 'OpenCV2', '~> 4.3.0'
+  s.dependency "TensorFlowLite", '~> 1.13.1'
+
+end