HDRKit.podspec.json
1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "HDRKit",
"module_name": "HDRKit",
"version": "1.0.0",
"summary": "HDRKit 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/HDRKit/**/*.{swift,h,m,c,cc,mm,cpp}",
"resources": "IOS/hdrkit/HDRKit/Resource/*.{png,jpeg,jpg,storyboard,xib,xcassets,txt,tflite,data}",
"vendored_frameworks": "IOS/hdrkit/HDRKit.xcframework",
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"static_framework": true,
"dependencies": {
"TensorFlowLiteSwift/Metal": [
"~> 2.6.0"
],
"TensorFlowLiteSelectTfOps": [
"~> 2.6.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"
}