1{
2  "name": "react-native-safe-area-context",
3  "version": "4.5.0",
4  "summary": "A flexible way to handle safe area, also works on Android and web.",
5  "license": "MIT",
6  "authors": "Janic Duplessis <[email protected]>",
7  "homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
8  "platforms": {
9    "ios": "11.0",
10    "tvos": "11.0"
11  },
12  "source": {
13    "git": "https://github.com/th3rdwave/react-native-safe-area-context.git",
14    "tag": "v4.5.0"
15  },
16  "source_files": "ios/**/*.{h,m,mm}",
17  "exclude_files": "ios/Fabric",
18  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32",
19  "pod_target_xcconfig": {
20    "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\"",
21    "CLANG_CXX_LANGUAGE_STANDARD": "c++17"
22  },
23  "dependencies": {
24    "React-Core": [],
25    "RCT-Folly": [],
26    "RCTRequired": [],
27    "RCTTypeSafety": [],
28    "ReactCommon/turbomodule/core": []
29  }
30}
31