From 2d2df65470a0ae82a7eb94bb13d4a6d617d7d69b Mon Sep 17 00:00:00 2001 From: Charly Chiu Date: Fri, 26 Apr 2024 04:55:33 +0200 Subject: [PATCH] [Add] BridgewellSDK 0.0.1 --- .../BridgewellSDK/0.0.1/BridgewellSDK.podspec.json | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 Specs/e/6/8/BridgewellSDK/0.0.1/BridgewellSDK.podspec.json diff --git a/Specs/e/6/8/BridgewellSDK/0.0.1/BridgewellSDK.podspec.json b/Specs/e/6/8/BridgewellSDK/0.0.1/BridgewellSDK.podspec.json new file mode 100644 index 000000000000..91f8cec4cfb6 --- /dev/null +++ b/Specs/e/6/8/BridgewellSDK/0.0.1/BridgewellSDK.podspec.json @@ -0,0 +1,49 @@ +{ + "name": "BridgewellSDK", + "version": "0.0.1", + "summary": "BridgewellSDK is a lightweight framework that integrates directly with Prebid Server.", + "description": "Prebid-Mobile-SDK is a lightweight framework increase yield for publishers by adding more mobile buyers.\"", + "homepage": "https://www.bridgewell.com/", + "license": { + "type": "Apache License, Version 2.0", + "text": " Copyright 2018-2021 Prebid.org, Inc.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n" + }, + "authors": { + "bridgewell.com, Inc.": "https://www.bridgewell.com/en/contact/" + }, + "platforms": { + "ios": "15.0" + }, + "swift_versions": "5.0", + "source": { + "git": "https://github.com/bridgewell/Bridgewell-mobile-ios.git", + "tag": "0.0.1" + }, + "xcconfig": { + "LIBRARY_SEARCH_PATHS": "$(inherited)", + "OTHER_CFLAGS": "$(inherited)", + "OTHER_LDFLAGS": "$(inherited)", + "HEADER_SEARCH_PATHS": "$(inherited)", + "FRAMEWORK_SEARCH_PATHS": "$(inherited)" + }, + "requires_arc": true, + "vendored_frameworks": "BridgewellSDK/BridgewellSDK.xcframework", + "dependencies": { + "PrebidMobile": [ + "~> 2.2.0" + ], + "PrebidMobileAdMobAdapters": [ + + ], + "PrebidMobileMAXAdapters": [ + + ], + "PrebidMobileGAMEventHandlers": [ + + ], + "GoogleAds-IMA-iOS-SDK": [ + + ] + }, + "swift_version": "5.0" +} -- 2.11.4.GIT