[Deprecate] CHAT360IOS_SDK 1.0.8
[CocoaPods.git] / Specs / 9 / e / 2 / ZDYoga / 2.0.0.1 / ZDYoga.podspec.json
blob64fdb3281d4b0a9017116c0d1564bfb041ddade8
2   "name": "ZDYoga",
3   "version": "2.0.0.1",
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     "faimin": "fuxianchao@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/faimin/yoga.git",
17     "tag": "2.0.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   },
27   "compiler_flags": [
28     "-fno-omit-frame-pointer",
29     "-fexceptions",
30     "-Wall",
31     "-Werror",
32     "-Wextra",
33     "-std=c++14",
34     "-fPIC"
35   ],
36   "source_files": "ZDYoga/**/*.{h,cpp}",
37   "public_header_files": "ZDYoga/ZD{Yoga,YGEnums,YGMacros,YGValue}.h",
38   "swift_versions": "5.1",
39   "swift_version": "5.1"