4 "summary": "DJVU parser for iOS and MacOS",
5 "description": "Provides support for DJVU files in iOS and MacOS",
6 "homepage": "https://github.com/awxkee/djvu-swift",
12 "username": "radzivon.bartoshyk@proton.me"
15 "git": "https://github.com/awxkee/djvu-swift.git",
23 "Sources/djvu/*.swift",
24 "Sources/libdjvu/*.{swift,h,m,cpp,mm,hpp}",
25 "Sources/libdjvu/include/DjvuParser.h",
26 "Sources/libdjvu/include/config.h"
38 "public_header_files": "Sources/libdjvu/include/DjvuParser.h",
39 "project_header_files": "Sources/libdjvu/include/config.h",
40 "pod_target_xcconfig": {
41 "OTHER_CXXFLAGS": "$(inherited) -std=c++20",
42 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_PTHREAD=1 NS_BLOCK_ASSERTIONS=1 HAVE_CONFIG_H=1"
46 "swift_version": "5.5"