116c08f87STomasz Sapeta{
216c08f87STomasz Sapeta  "name": "react-native-safe-area-context",
3*64f1b875STomasz Sapeta  "version": "4.6.3",
416c08f87STomasz Sapeta  "summary": "A flexible way to handle safe area, also works on Android and web.",
516c08f87STomasz Sapeta  "license": "MIT",
616c08f87STomasz Sapeta  "authors": "Janic Duplessis <[email protected]>",
716c08f87STomasz Sapeta  "homepage": "https://github.com/th3rdwave/react-native-safe-area-context#readme",
816c08f87STomasz Sapeta  "platforms": {
93e7795e7SAlan Hughes    "ios": "12.4",
1016c08f87STomasz Sapeta    "tvos": "11.0"
1116c08f87STomasz Sapeta  },
1216c08f87STomasz Sapeta  "source": {
1316c08f87STomasz Sapeta    "git": "https://github.com/th3rdwave/react-native-safe-area-context.git",
14*64f1b875STomasz Sapeta    "tag": "v4.6.3"
1516c08f87STomasz Sapeta  },
1616c08f87STomasz Sapeta  "source_files": "ios/**/*.{h,m,mm}",
1716c08f87STomasz Sapeta  "exclude_files": "ios/Fabric",
1816c08f87STomasz Sapeta  "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32",
1916c08f87STomasz Sapeta  "pod_target_xcconfig": {
2016c08f87STomasz Sapeta    "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/boost\"",
2116c08f87STomasz Sapeta    "CLANG_CXX_LANGUAGE_STANDARD": "c++17"
2216c08f87STomasz Sapeta  },
2316c08f87STomasz Sapeta  "dependencies": {
2470f3eff5SBrent Vatne    "React-Core": [],
2516c08f87STomasz Sapeta    "RCT-Folly": [],
2616c08f87STomasz Sapeta    "RCTRequired": [],
2716c08f87STomasz Sapeta    "RCTTypeSafety": [],
2816c08f87STomasz Sapeta    "ReactCommon/turbomodule/core": []
2916c08f87STomasz Sapeta  }
3016c08f87STomasz Sapeta}
31