HDRKit.podspec.json 1.02 KB
{
  "name": "HDRKit",
  "module_name": "HDRKit",
  "version": "1.0.9",
  "summary": "HDRKit is a part of HDR Library",
  "license": "MIT",
  "homepage": "https://www.2nf.com.vn",
  "authors": "datnt,cuongnq",
  "source": {
    "http": "https://rnd.2nf.com.vn/download/ios/HDRKit-1.0.9.tar.gz"
  },
  "vendored_frameworks": "Frameworks/HDRKit.xcframework",
  "platforms": {
    "ios": "12.0"
  },
  "swift_versions": "5.0",
  "static_framework": true,
  "dependencies": {
    "TensorFlowLiteSwift/Metal": [
      "~> 2.6.0"
    ],
    "TensorFlowLiteSelectTfOps": [
      "~> 2.6.0"
    ],
    "FirebaseAnalytics": [
      "10.11.0"
    ],
    "FirebaseCrashlytics": [
      "10.11.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"
}