Nguyễn Trọng Đạt

[Update] HDRKit (1.1.2.2)

1 +{
2 + "name": "HDRKit",
3 + "module_name": "HDRKit",
4 + "version": "1.1.2.2",
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.1.2.2.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.13.0"
21 + ],
22 + "TensorFlowLiteSelectTfOps": [
23 + "2.13.0"
24 + ]
25 + },
26 + "pod_target_xcconfig": {
27 + "VALID_ARCHS": "$(ARCHS_STANDARD)",
28 + "VALID_ARCHS[sdk=iphoneos*]": "arm64",
29 + "EXCLUDED_ARCHS[sdk=iphoneosimulator*]": "arm64"
30 + },
31 + "user_target_xcconfig": {
32 + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
33 + "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES",
34 + "SKIP_INSTALL": "NO"
35 + },
36 + "swift_version": "5.0"
37 +}