HDRKit.podspec.json
1.02 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
41
42
43
{
"name": "HDRKit",
"module_name": "HDRKit",
"version": "1.0.17",
"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.17.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"
}