[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / c / 5 / JxlCoder / 1.0.0 / JxlCoder.podspec.json
blob41516eb336d16fe43975918a1fdff3dd9be27308
2   "name": "JxlCoder",
3   "version": "1.0.0",
4   "summary": "JXL coder for iOS and MacOS",
5   "description": "Provides support for JXL files in iOS and MacOS",
6   "homepage": "https://github.com/awxkee/jxl-coder-swift",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "username": "radzivon.bartoshyk@proton.me"
13   },
14   "source": {
15     "git": "https://github.com/awxkee/jxl-coder-swift",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "11.0"
21   },
22   "source_files": [
23     "Sources/jxlc/*.{swift,h,m,cpp,mm,hpp}",
24     "Sources/JxlCoder/*.swift",
25     "Sources/Module/JxlCoder.h",
26     "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/**/*.h"
27   ],
28   "swift_versions": "5.4",
29   "frameworks": [
30     "Foundation",
31     "CoreGraphics",
32     "Accelerate"
33   ],
34   "ios": {
35     "vendored_frameworks": [
36       "Sources/Frameworks/libbrotlicommon.xcframework",
37       "Sources/Frameworks/libbrotlidec.xcframework",
38       "Sources/Frameworks/libbrotlienc.xcframework",
39       "Sources/Frameworks/libhwy.xcframework",
40       "Sources/Frameworks/libjxl.xcframework",
41       "Sources/Frameworks/libjxl_threads.xcframework"
42     ]
43   },
44   "osx": {
45     "vendored_frameworks": [
46       "Sources/Frameworks/libbrotlicommon.xcframework",
47       "Sources/Frameworks/libbrotlidec.xcframework",
48       "Sources/Frameworks/libbrotlienc.xcframework",
49       "Sources/Frameworks/libhwy.xcframework",
50       "Sources/Frameworks/libjxl.xcframework",
51       "Sources/Frameworks/libjxl_threads.xcframework"
52     ]
53   },
54   "public_header_files": [
55     "Sources/jxlc/**.h",
56     "Sources/jxlc/**.hpp",
57     "Headers/**/*.h"
58   ],
59   "project_header_files": "Sources/jxlc/jxl_worker.hpp",
60   "pod_target_xcconfig": {
61     "OTHER_CXXFLAGS": "$(inherited) -std=c++20",
62     "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_TARGET_SRCROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers\"",
63     "OTHER_CPLUSPLUSFLAGS": "$(inherited) -fmodules -fcxx-modules"
64   },
65   "preserve_paths": [
66     "Sources/Frameworks/*.xcframework",
67     "Sources/Frameworks/*.xcframework/**/Headers",
68     "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jxl",
69     "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jpegli"
70   ],
71   "libraries": "c++",
72   "requires_arc": true,
73   "swift_version": "5.4"