[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 8 / 7 / RNFlexLayout / 1.3.38 / RNFlexLayout.podspec.json
blobbbc6c640bad7a4f0eb35c0e8a5e1c956ee1899ad
2   "name": "RNFlexLayout",
3   "version": "1.3.38",
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.1",
14   "source": {
15     "git": "https://github.com/lj-mobile-team/FlexLayout.git",
16     "tag": "1.3.38"
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   "pod_target_xcconfig": {
25     "DEFINES_MODULE": "YES"
26   },
27   "compiler_flags": [
28     "-fno-omit-frame-pointer",
29     "-fexceptions",
30     "-Wall",
31     "-Werror",
32     "-std=c++17",
33     "-fPIC"
34   ],
35   "swift_version": "5.1"