{ "name": "shared", "version": "1.2", "homepage": "https://github.com/touchlab/KaMPKit", "source": { "http": "" }, "authors": "", "license": "", "summary": "Common library for the KaMP starter kit", "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\" = \"$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" } ], "swift_versions": "5.0", "platforms": { "osx": null, "ios": null, "tvos": null, "watchos": null }, "swift_version": "5.0" }