expo-notifications
Version:
Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.
44 lines (43 loc) • 1.04 kB
JSON
{
"$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json",
"products": [
{
"name": "ExpoNotifications",
"podName": "ExpoNotifications",
"platforms": [
"iOS(.v15)"
],
"externalDependencies": [
"ReactNativeDependencies",
"React",
"Hermes",
"expo-modules-core/ExpoModulesCore"
],
"targets": [
{
"type": "swift",
"name": "ExpoNotifications",
"path": "ios/ExpoNotifications",
"pattern": "**/*.swift",
"exclude": [
"Tests/**"
],
"dependencies": [
"Hermes",
"React",
"ReactNativeDependencies",
"expo-modules-core/ExpoModulesCore"
],
"linkedFrameworks": [
"Foundation",
"UIKit",
"UserNotifications"
],
"resources": [
{ "path": "ios/PrivacyInfo.xcprivacy", "rule": "copy" }
]
}
]
}
]
}