HDRFramework.podspec.json 1.11 KB
{
  "name": "HDRFramework",
  "version": "1.0.0",
  "summary": "HDRFramework is a part of HDR Library",
  "license": "MIT",
  "homepage": "https://www.2nf.com.vn",
  "authors": "datnt,cuongnq",
  "source": {
    "git": "https://gitlab.2nf.vn/R_D/HDRKit.git",
    "tag": "1.0.0"
  },
  "source_files": "IOS/hdrkit/HDRFramework/HDRFramework/**/*.{swift,h,m,c,cc,mm,cpp}",
  "resources": "IOS/hdrkit/HDRFramework/HDRFramework/Resource/*.{png,jpeg,jpg,storyboard,xib,xcassets,txt,tflite,data}",
  "platforms": {
    "ios": "13.0"
  },
  "swift_versions": "5.0",
  "static_framework": true,
  "dependencies": {
    "TensorFlowLiteSwift/Metal": [
      "~> 2.6.0"
    ],
    "TensorFlowLiteSelectTfOps": [
      "~> 2.6.0"
    ],
    "GoogleMLKit/TextRecognition": [
      "2.2.0"
    ]
  },
  "pod_target_xcconfig": {
    "VALID_ARCHS": "$(ARCHS_STANDARD)",
    "VALID_ARCHS[sdk=iphoneos*]": "arm64",
    "EXCLUDED_ARCHS[sdk=iphoneosimulator*]": "arm64"
  },
  "user_target_xcconfig": {
    "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
    "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
    "SKIP_INSTALL": "NO"
  },
  "swift_version": "5.0"
}