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",
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"
28 "swift_versions": "5.4",
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"
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"
54 "public_header_files": [
56 "Sources/jxlc/**.hpp",
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"
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"
73 "swift_version": "5.4"