Raccoon/iosApp/Pods/Local Podspecs/shared.podspec.json
2023-07-20 22:51:52 +02:00

33 lines
1.3 KiB
JSON

{
"name": "shared",
"version": "1.0.0",
"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++",
"platforms": {
"ios": "14.1"
},
"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\" = \"$OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED\" ]; then\n echo \"Skipping Gradle build task invocation due to OVERRIDE_KOTLIN_BUILD_IDE_SUPPORTED 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"
}
],
"resources": [
"src/commonMain/resources/**",
"src/iosMain/resources/**"
]
}