expo-calendar
Version:
Provides an API for interacting with the device's system calendars, events, reminders, and associated records.
39 lines (38 loc) • 856 B
JSON
{
"$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json",
"products": [
{
"name": "ExpoCalendar",
"podName": "ExpoCalendar",
"platforms": [
"iOS(.v16)"
],
"externalDependencies": [
"ReactNativeDependencies",
"React",
"Hermes",
"expo-modules-core/ExpoModulesCore"
],
"targets": [
{
"type": "swift",
"name": "ExpoCalendar",
"path": "ios",
"pattern": "**/*.swift",
"dependencies": [
"Hermes",
"React",
"ReactNativeDependencies",
"expo-modules-core/ExpoModulesCore"
],
"linkedFrameworks": [
"Foundation",
"UIKit",
"EventKit",
"EventKitUI"
]
}
]
}
]
}