freerasp-react-native
Version:
React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.
8 lines • 304 B
TypeScript
export interface PodfileMutationResult {
contents: string;
changed: boolean;
missingAnchors: string[];
}
declare const mutatePodfileForFreeraspSpm: (contents: string, enabled?: boolean) => PodfileMutationResult;
export default mutatePodfileForFreeraspSpm;
//# sourceMappingURL=iosSpm.d.ts.map