[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 8 / b / e / Yoga / 2.0.0-beta.2 / Yoga.podspec.json
blob1356204a53f85da39da29b9b514692988503668b
2   "name": "Yoga",
3   "version": "2.0.0-beta.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://yogalayout.com/",
9   "documentation_url": "https://yogalayout.com/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   },
14   "source": {
15     "git": "https://github.com/facebook/yoga.git",
16     "tag": "v2.0.0-beta.2"
17   },
18   "platforms": {
19     "ios": "13.4"
20   },
21   "module_name": "yoga",
22   "requires_arc": false,
23   "pod_target_xcconfig": {
24     "DEFINES_MODULE": "YES"
25   },
26   "compiler_flags": [
27     "-fno-omit-frame-pointer",
28     "-fexceptions",
29     "-Wall",
30     "-Werror",
31     "-Wextra",
32     "-std=c++14",
33     "-fPIC"
34   ],
35   "source_files": "yoga/**/*.{h,cpp}",
36   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros,YGValue}.h",
37   "swift_versions": "5.1",
38   "swift_version": "5.1"