[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / FlexLayout / 1.3.17 / FlexLayout.podspec.json
blob93a4690d62625496ee13a3e10245bb35cd46ffb2
2   "name": "FlexLayout",
3   "version": "1.3.17",
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.17"
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   ]