UNPKG

expo-apple-authentication

Version:

A package that provides 'Sign in with Apple' capability for Expo and React Native apps.

38 lines (37 loc) 874 B
{ "$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json", "products": [ { "name": "ExpoAppleAuthentication", "podName": "ExpoAppleAuthentication", "platforms": [ "iOS(.v16)" ], "externalDependencies": [ "ReactNativeDependencies", "React", "Hermes", "expo-modules-core/ExpoModulesCore" ], "targets": [ { "type": "swift", "name": "ExpoAppleAuthentication", "path": "ios", "pattern": "*.swift", "dependencies": [ "Hermes", "React", "ReactNativeDependencies", "expo-modules-core/ExpoModulesCore" ], "linkedFrameworks": [ "Foundation", "UIKit", "AuthenticationServices" ] } ] } ] }