12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #
- # 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.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
- # s.platform = :ios, "11.0"
- 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.dependency 'AFNetworking', '~> 2.3'
- # s.static_framework = true
- # s.prefix_header_contents = '#import "PCSSDF-prefix-header.h"'
- s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "LenzStitchSDK.framework"
- # s.vendored_frameworks = 'LenzTensorFlowSDK.framework', "opencv2.framework", "LenzStitchSDK.framework"
- # s.vendored_frameworks = 'LenzTensorFlow.framework'
- # s.preserve_path = 'LenzCameraNativeModuleForRN/Frameworks/*'
- # s.libraries = "sqlite3", "c++", "z"
- s.libraries = "c++", "z"
- s.dependency "Masonry", '1.1.0'
- s.dependency 'YYText'
- s.dependency 'SVProgressHUD', '~> 2.2.5'
- # s.dependency "OpenCV"
- s.dependency 'OpenCV2', '~> 4.3.0'
- s.dependency "TensorFlowLite", '~> 1.13.1'
- # s.dependency "LenzTensorFlow"
- end
|