[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / 9 / FlexLayout / 2.0.01 / FlexLayout.podspec.json
blobd010d872abf4e197f7a9243159973c26ed2e1de4
2   "name": "FlexLayout",
3   "version": "2.0.01",
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": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/lucdion/FlexLayout.git",
15     "tag": "2.0.01"
16   },
17   "source_files": "Sources/**/*.{swift,h,m,mm,cpp,c}",
18   "public_header_files": [
19     "Sources/yoga/include/yoga/*.h",
20     "Sources/YogaKit/include/YogaKit/*.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   ]