[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / 7 / RNFlexLayout / 1.3.36 / RNFlexLayout.podspec.json
blob37ed3c0ec2cb993de1a05c07a72a9609bc1958c2
2   "name": "RNFlexLayout",
3   "version": "1.3.36",
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": "12.0"
12   },
13   "swift_versions": "5.0",
14   "source": {
15     "git": "https://github.com/lj-mobile-team/FlexLayout.git",
16     "tag": "1.3.36"
17   },
18   "source_files": "Sources/**/*.{swift,h,m,mm,cpp,c}",
19   "public_header_files": [
20     "Sources/yoga/include/yoga/*.h",
21     "Sources/YogaKit/include/YogaKit/*.h"
22   ],
23   "libraries": "c++",
24   "compiler_flags": [
25     "-fno-omit-frame-pointer",
26     "-fexceptions",
27     "-Wall",
28     "-Werror",
29     "-std=c++1y",
30     "-fPIC"
31   ],
32   "swift_version": "5.0"