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