expo-document-picker
Version:
Provides access to the system's UI for selecting documents from the available providers on the user's device.
38 lines (37 loc) • 859 B
JSON
{
"$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json",
"products": [
{
"name": "ExpoDocumentPicker",
"podName": "ExpoDocumentPicker",
"platforms": [
"iOS(.v15)"
],
"externalDependencies": [
"ReactNativeDependencies",
"React",
"Hermes",
"expo-modules-core/ExpoModulesCore"
],
"targets": [
{
"type": "swift",
"name": "ExpoDocumentPicker",
"path": "ios",
"pattern": "*.swift",
"dependencies": [
"Hermes",
"React",
"ReactNativeDependencies",
"expo-modules-core/ExpoModulesCore"
],
"linkedFrameworks": [
"Foundation",
"UIKit",
"UniformTypeIdentifiers"
]
}
]
}
]
}