1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #
- # 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
|