Home
last modified time | relevance | path

Searched defs:podspec (Results 1 – 12 of 12) sorted by relevance

/expo/tools/src/versioning/ios/
H A DversionExpoModules.ts59 const podspec = await generateVersionedPodspecAsync( constant
110 const podspec = await pkg.getPodspecAsync(); constant
H A DversionExpoModulesProvider.ts55 const podspec = { constant
/expo/tools/src/vendoring/devmenu/steps/
H A DGenerateJsonFromPodspec.ts33 const podspec = await readPodspecAsync(path.join(workDirectory, this.from)); constant
/expo/tools/src/vendoring/
H A DIosVendoring.ts32 const podspec = await readPodspecAsync(podspecPath); constant
/expo/tools/src/commands/
H A DIosNativeUnitTests.ts16 const podspec = fs.readFileSync(path.join(pkg.path, pkg.podspecPath!), 'utf8'); constant
H A DVendor.ts545 const podspec = JSON.parse(await fs.readFile(toRepoPath(podspecPath), 'utf8')) as Podspec; constant
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DextraDependencies.d.ts11 podspec?: string; property
/expo/packages/expo-modules-autolinking/src/autolinking/
H A DextraDependencies.ts17 podspec?: string; property
/expo/tools/src/prebuilds/
H A DPrebuilder.ts164 const podspec = await pkg.getPodspecAsync(); constant
/expo/packages/expo-build-properties/src/
H A DpluginConfig.ts225 podspec?: string; property
349 podspec: { type: 'string', nullable: true }, constant
/expo/packages/expo-build-properties/build/
H A DpluginConfig.d.ts196 podspec?: string; property
H A DpluginConfig.js82 podspec: { type: 'string', nullable: true }, property