[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / e / 2 / ZDYoga / 3.1.0.1 / ZDYoga.podspec.json
blobd49b92f200ea3fdab54ec0cd07e1be96a1c75138
2   "name": "ZDYoga",
3   "version": "3.1.0.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://yogalayout.dev/",
9   "documentation_url": "https://yogalayout.dev/docs",
10   "summary": "An embeddable and performant flexbox layout engine with bindings for multiple languages",
11   "authors": {
12     "Meta Open Source": "opensource@meta.com",
13     "faimin": "fuxianchao@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/faimin/yoga.git",
17     "tag": "3.1.0.1"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "module_name": "ZDYoga",
23   "requires_arc": false,
24   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES",
26     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\""
27   },
28   "compiler_flags": [
29     "-fno-omit-frame-pointer",
30     "-fexceptions",
31     "-Wall",
32     "-Werror",
33     "-std=c++20",
34     "-fPIC"
35   ],
36   "swift_versions": "5.1",
37   "source_files": "ZDYoga/**/*.{h,cpp}",
38   "header_mappings_dir": "ZDYoga",
39   "public_header_files": "ZDYoga/*.h",
40   "private_header_files": [
41     "ZDYoga/algorithm/AbsoluteLayout.h",
42     "ZDYoga/algorithm/Align.h",
43     "ZDYoga/algorithm/Baseline.h",
44     "ZDYoga/algorithm/BoundAxis.h",
45     "ZDYoga/algorithm/Cache.h",
46     "ZDYoga/algorithm/CalculateLayout.h",
47     "ZDYoga/algorithm/FlexDirection.h",
48     "ZDYoga/algorithm/FlexLine.h",
49     "ZDYoga/algorithm/PixelGrid.h",
50     "ZDYoga/algorithm/SizingMode.h",
51     "ZDYoga/algorithm/TrailingPosition.h",
52     "ZDYoga/config/Config.h",
53     "ZDYoga/debug/AssertFatal.h",
54     "ZDYoga/debug/Log.h",
55     "ZDYoga/enums/Align.h",
56     "ZDYoga/enums/Dimension.h",
57     "ZDYoga/enums/Direction.h",
58     "ZDYoga/enums/Display.h",
59     "ZDYoga/enums/Edge.h",
60     "ZDYoga/enums/Errata.h",
61     "ZDYoga/enums/ExperimentalFeature.h",
62     "ZDYoga/enums/FlexDirection.h",
63     "ZDYoga/enums/Gutter.h",
64     "ZDYoga/enums/Justify.h",
65     "ZDYoga/enums/LogLevel.h",
66     "ZDYoga/enums/MeasureMode.h",
67     "ZDYoga/enums/NodeType.h",
68     "ZDYoga/enums/Overflow.h",
69     "ZDYoga/enums/PhysicalEdge.h",
70     "ZDYoga/enums/PositionType.h",
71     "ZDYoga/enums/Unit.h",
72     "ZDYoga/enums/Wrap.h",
73     "ZDYoga/enums/YogaEnums.h",
74     "ZDYoga/event/event.h",
75     "ZDYoga/node/CachedMeasurement.h",
76     "ZDYoga/node/LayoutResults.h",
77     "ZDYoga/node/Node.h",
78     "ZDYoga/numeric/Comparison.h",
79     "ZDYoga/numeric/FloatOptional.h",
80     "ZDYoga/style/SmallValueBuffer.h",
81     "ZDYoga/style/Style.h",
82     "ZDYoga/style/StyleLength.h",
83     "ZDYoga/style/StyleValueHandle.h",
84     "ZDYoga/style/StyleValuePool.h"
85   ],
86   "preserve_paths": [
87     "ZDYoga/**/*.h"
88   ],
89   "swift_version": "5.1"