فهرست منبع

增加sdk pod

思立蓝科技 1 سال پیش
والد
کامیت
cc95566238

+ 1 - 1
.gitignore

@@ -26,7 +26,6 @@ DerivedData
 
 Carthage/Build
 
-
 # We recommend against adding the Pods directory to your .gitignore. However
 # you should judge for yourself, the pros and cons are mentioned at:
 # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
@@ -37,3 +36,4 @@ Carthage/Build
 # Pods/
 /LenzSDK/
 /LenzSDK_iOS/
+

+ 0 - 47
LenzSDK/2.0.0/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.1/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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 - 47
LenzSDK/2.0.2/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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.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 = '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 - 47
LenzSDK/2.0.3/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.4/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.5/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.6/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.7/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.8/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.0.9/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.1.0/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.0/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.1/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.10/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.11/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.2/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.3/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.5/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.6/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.7/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.8/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.2.9/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.0/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.1/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.10/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.2/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.3/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.4/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.5/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.6/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.7/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.8/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.3.9/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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

+ 0 - 47
LenzSDK/2.4.0/LenzSDK.podspec

@@ -1,47 +0,0 @@
-#
-# 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.4.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