1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "LenzSDK",
- "version": "2.0.0",
- "summary": "A short description of LenzSDK.",
- "description": "this is the long description",
- "homepage": "http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "76930516@qq.com": "wangzhaowei1991@gmail.com"
- },
- "source": {
- "git": "http://39.96.8.150:10080/l405023944/LenzSDK_iOS.git",
- "tag": "2.0.0"
- },
- "platforms": {
- "ios": "11.0"
- },
- "source_files": "LenzCameraNativeModuleForRN/Classes/**/*",
- "resource_bundles": {
- "LenzCameraNativeModuleForRN": [
- "LenzCameraNativeModuleForRN/Assets/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings,tflite}",
- "LenzCameraNativeModuleForRN/Classes/inner/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,strings}"
- ]
- },
- "public_header_files": "LenzCameraNativeModuleForRN/Classes/headers/*.h",
- "frameworks": [
- "UIKit",
- "MapKit",
- "WebKit",
- "AdSupport",
- "Accelerate",
- "MediaPlayer",
- "CoreData",
- "SystemConfiguration",
- "CoreServices",
- "AssetsLibrary",
- "CoreTelephony",
- "CoreMotion",
- "Photos",
- "AVFoundation",
- "CoreMedia"
- ],
- "vendored_frameworks": "LenzStitchSDK.framework",
- "libraries": [
- "c++",
- "z"
- ],
- "dependencies": {
- "Masonry": [
- "1.1.0"
- ],
- "YYText": [
- ],
- "SVProgressHUD": [
- "~> 2.2.5"
- ],
- "OpenCV2": [
- "~> 4.3.0"
- ],
- "TensorFlowLite": [
- "~> 1.13.1"
- ]
- }
- }
|