You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

28 lines
1.2 KiB

{
"name": "shared",
"version": "1.0.0",
"homepage": "http://",
"source": {
"http": ""
},
"authors": "",
"license": "",
"summary": "Shared code for Ballast app",
"vendored_frameworks": "build/cocoapods/framework/shared.framework",
"libraries": "c++",
"platforms": {
"ios": "11"
},
"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"
}
]
}