Home
last modified time | relevance | path

Searched refs:readPodspecAsync (Results 1 – 5 of 5) sorted by relevance

/expo/tools/src/vendoring/devmenu/steps/
H A DGenerateJsonFromPodspec.ts5 import { readPodspecAsync } from '../../../CocoaPods';
33 const podspec = await readPodspecAsync(path.join(workDirectory, this.from));
/expo/tools/src/vendoring/
H A DIosVendoring.ts7 import { podInstallAsync, Podspec, readPodspecAsync } from '../CocoaPods';
32 const podspec = await readPodspecAsync(podspecPath);
/expo/tools/src/
H A DCocoaPods.ts32 export async function readPodspecAsync(podspecPath: string): Promise<Podspec> { function
H A DPackages.ts5 import { Podspec, readPodspecAsync } from './CocoaPods';
358 return await readPodspecAsync(podspecPath);
/expo/tools/src/commands/
H A DVendor.ts8 import { Podspec, readPodspecAsync } from '../CocoaPods';
35 const devMenuPodspec = await readPodspecAsync(