[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 4 / 9 / FlexLayout / 1.3.11 / FlexLayout.podspec.json
blob03fd6397e0223cdbeac786dac32bea9795ceb917
2   "name": "FlexLayout",
3   "version": "1.3.11",
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": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/lucdion/FlexLayout.git",
15     "tag": "1.3.11"
16   },
17   "source_files": "Sources/**/*.{swift,h,m,mm,cpp,c}",
18   "public_header_files": [
19     "Sources/yoga/{Yoga,YGEnums,YGMacros}.h",
20     "Sources/YogaKit/{UIView+Yoga,YGLayout}.h"
21   ],
22   "libraries": "c++",
23   "compiler_flags": [
24     "-fno-omit-frame-pointer",
25     "-fexceptions",
26     "-Wall",
27     "-Werror",
28     "-std=c++1y",
29     "-fPIC"
30   ]