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",
12 "username": "radzivon.bartoshyk@proton.me"
15 "git": "https://github.com/awxkee/jxl-coder-swift.git",
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"
39 "vendored_frameworks": [
40 "Sources/Frameworks/libbrotlicommon.xcframework",
41 "Sources/Frameworks/libbrotlidec.xcframework",
42 "Sources/Frameworks/libbrotlienc.xcframework",
43 "Sources/Frameworks/libhwy.xcframework",
44 "Sources/Frameworks/libjxl.xcframework",
45 "Sources/Frameworks/libjxl_threads.xcframework"
49 "vendored_frameworks": [
50 "Sources/Frameworks/libbrotlicommon.xcframework",
51 "Sources/Frameworks/libbrotlidec.xcframework",
52 "Sources/Frameworks/libbrotlienc.xcframework",
53 "Sources/Frameworks/libhwy.xcframework",
54 "Sources/Frameworks/libjxl.xcframework",
55 "Sources/Frameworks/libjxl_threads.xcframework"
58 "public_header_files": [
60 "Sources/jxlc/**.hpp",
63 "project_header_files": "Sources/jxlc/JxlWorker.hpp",
64 "pod_target_xcconfig": {
65 "OTHER_CXXFLAGS": "$(inherited) -std=c++20 -ffast-math",
66 "HEADER_SEARCH_PATHS": "$(inherited) \"$(PODS_TARGET_SRCROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers\"",
67 "OTHER_CPLUSPLUSFLAGS": "$(inherited) -fmodules -fcxx-modules -std=c++20 -ffast-math"
70 "Sources/Frameworks/*.xcframework",
71 "Sources/Frameworks/*.xcframework/**/Headers",
72 "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jxl",
73 "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jpegli"
77 "swift_version": "5.5"