123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "LenzCameraNativeModuleForRN",
- "version": "1.0.0",
- "summary": "A short description of LenzCameraNativeModuleForRN.",
- "description": "this is the long description",
- "homepage": "https://github.com/76930516@qq.com/LenzCameraNativeModuleForRN",
- "license": {
- "type": "MIT",
- "file": "LICENSE"
- },
- "authors": {
- "76930516@qq.com": "wangzhaowei1991@gmail.com"
- },
- "source": {
- "git": "https://github.com/76930516@qq.com/LenzCameraNativeModuleForRN.git",
- "tag": "1.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": [
- "LenzTensorFlow.framework",
- "opencv2.framework"
- ],
- "libraries": [
- "sqlite3",
- "c++",
- "z"
- ],
- "dependencies": {
- "Masonry": [
- "1.1.0"
- ],
- "YYText": [
- ],
- "SVProgressHUD": [
- "~> 2.2.5"
- ],
- "TensorFlowLite": [
- "~> 1.13.1"
- ]
- }
- }
|