[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / a / 1 / Yoga14 / 1.14.6 / Yoga14.podspec.json
blob4c2d76b9302e612942081d9cd2a0dff7b371207e
2   "name": "Yoga14",
3   "version": "1.14.6",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://gitlab.corp.mail.ru/ios-shared/yoga14.git",
9   "documentation_url": "https://gitlab.corp.mail.ru/ios-shared/yoga14.git",
10   "summary": "Yoga is a cross-platform layout engine which implements Flexbox. Fixed for XCode 14.3",
11   "description": "Yoga is a cross-platform layout engine enabling maximum collaboration within your team by implementing an API many designers are familiar with, and opening it up to developers across different platforms.",
12   "authors": "Facebook",
13   "source": {
14     "git": "git@gitlab.corp.mail.ru:ios-shared/yoga14.git",
15     "tag": "1.14.6"
16   },
17   "platforms": {
18     "ios": "14.0",
19     "osx": "10.13"
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     "-std=c++1y",
32     "-fPIC"
33   ],
34   "source_files": "yoga/**/*.{c,h,cpp}",
35   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros,YGValue}.h"