@auto-canary/cocoapods
Version:
Use auto to version your cocoapod
15 lines • 547 B
TypeScript
/**
* Retrieves the contents of the podspec file
*
* @param podspecPath - The relative path to the podspec file
* @returns A string that is the contents of the file
*/
export declare function getPodspecContents(podspecPath: string): string;
/**
* Write the podspec file contents
*
* @param podspecPath - The relative path to the podspec file
* @param contents - The contents to write to the podspec path
*/
export declare function writePodspecContents(podspecPath: string, contents: string): void;
//# sourceMappingURL=utilities.d.ts.map