|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
Pod::Spec.new do |s|
|
|
|
s.name = 'LenzSDK_iOS'
|
|
|
- s.version = '2.4.4'
|
|
|
+ s.version = '2.4.5'
|
|
|
s.summary = 'A short description of LenzSDK.'
|
|
|
|
|
|
# This description is used to generate tags and improve search results.
|
|
@@ -28,13 +28,13 @@ Pod::Spec.new do |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.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"
|