Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

32 lines
1.3 KiB
JSON

{
"name": "shared",
"version": "1",
"homepage": "Link to the Shared Module homepage",
"source": {
"http": ""
},
"authors": "",
"license": "",
"summary": "Some description for the Shared Module",
"vendored_frameworks": "build/cocoapods/framework/shared.framework",
"libraries": "c++",
"pod_target_xcconfig": {
"KOTLIN_PROJECT_PATH": ":shared",
"PRODUCT_MODULE_NAME": "shared"
},
"script_phases": [
{
"name": "Build shared",
"execution_position": "before_compile",
"shell_path": "/bin/sh",
"script": " if [ \"YES\" = \"$COCOAPODS_SKIP_KOTLIN_BUILD\" ]; then\n echo \"Skipping Gradle build task invocation due to COCOAPODS_SKIP_KOTLIN_BUILD environment variable set to \"YES\"\"\n exit 0\n fi\n set -ev\n REPO_ROOT=\"$PODS_TARGET_SRCROOT\"\n \"$REPO_ROOT/../gradlew\" -p \"$REPO_ROOT\" $KOTLIN_PROJECT_PATH:syncFramework -Pkotlin.native.cocoapods.platform=$PLATFORM_NAME -Pkotlin.native.cocoapods.archs=\"$ARCHS\" -Pkotlin.native.cocoapods.configuration=\"$CONFIGURATION\"\n"
}
],
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}