[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / 1 / djvu / 1.0.6 / djvu.podspec.json
blob698af1817442730557df15d0c87a3b9f300b33b2
2   "name": "djvu",
3   "version": "1.0.6",
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",
7   "license": {
8     "type": "CC0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "username": "radzivon.bartoshyk@proton.me"
13   },
14   "source": {
15     "git": "https://github.com/awxkee/djvu-swift.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "11.0",
20     "osx": "11.0"
21   },
22   "source_files": [
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"
27   ],
28   "swift_versions": [
29     "5.3",
30     "5.4",
31     "5.5"
32   ],
33   "frameworks": [
34     "Foundation",
35     "CoreGraphics",
36     "Accelerate"
37   ],
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"
43   },
44   "libraries": "c++",
45   "requires_arc": true,
46   "swift_version": "5.5"