[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 4 / 9 / FlexLayout / 2.1.0 / FlexLayout.podspec.json
blob2f808d41795c10b684b80c934fec0a7b07365452
2   "name": "FlexLayout",
3   "version": "2.1.0",
4   "summary": "FlexLayout",
5   "homepage": "https://github.com/lucdion/FlexLayout.git",
6   "license": "MIT license",
7   "authors": {
8     "Luc Dion": "luc_dion@yahoo.com"
9   },
10   "platforms": {
11     "ios": "14.0"
12   },
13   "source": {
14     "git": "https://github.com/lucdion/FlexLayout.git",
15     "tag": "2.1.0"
16   },
17   "source_files": "Sources/**/*.{swift,h,m,mm,cpp,c}",
18   "public_header_files": "Sources/YogaKit/include/YogaKit/*.h",
19   "libraries": "c++",
20   "compiler_flags": [
21     "-fno-omit-frame-pointer",
22     "-fexceptions",
23     "-Wall",
24     "-Werror",
25     "-std=c++20",
26     "-fPIC"
27   ],
28   "dependencies": {
29     "Yoga": [
31     ]
32   }