CuongNQ

[Update] HDRKit (1.0.11)

1 +{
2 + "name": "HDRKit",
3 + "module_name": "HDRKit",
4 + "version": "1.0.11",
5 + "summary": "HDRKit is a part of HDR Library",
6 + "license": "MIT",
7 + "homepage": "https://www.2nf.com.vn",
8 + "authors": "datnt,cuongnq",
9 + "source": {
10 + "http": "https://rnd.2nf.com.vn/download/ios/HDRKit-1.0.11.tar.gz"
11 + },
12 + "vendored_frameworks": "Frameworks/HDRKit.xcframework",
13 + "platforms": {
14 + "ios": "12.0"
15 + },
16 + "swift_versions": "5.0",
17 + "static_framework": true,
18 + "dependencies": {
19 + "TensorFlowLiteSwift/Metal": [
20 + "~> 2.6.0"
21 + ],
22 + "TensorFlowLiteSelectTfOps": [
23 + "~> 2.6.0"
24 + ],
25 + "FirebaseAnalytics": [
26 + "10.11.0"
27 + ],
28 + "FirebaseCrashlytics": [
29 + "10.11.0"
30 + ]
31 + },
32 + "pod_target_xcconfig": {
33 + "VALID_ARCHS": "$(ARCHS_STANDARD)",
34 + "VALID_ARCHS[sdk=iphoneos*]": "arm64",
35 + "EXCLUDED_ARCHS[sdk=iphoneosimulator*]": "arm64"
36 + },
37 + "user_target_xcconfig": {
38 + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
39 + "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
40 + "SKIP_INSTALL": "NO"
41 + },
42 + "swift_version": "5.0"
43 +}