From bc34d8e7a36f7efdf3c6d8247d268b9116e74edd Mon Sep 17 00:00:00 2001 From: Dean Chang Date: Mon, 2 Oct 2023 05:56:24 +0200 Subject: [PATCH] [Add] FreestarAds-PreRelease 5.30.0-beta-7 --- .../FreestarAds-PreRelease.podspec.json | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Specs/a/b/5/FreestarAds-PreRelease/5.30.0-beta-7/FreestarAds-PreRelease.podspec.json diff --git a/Specs/a/b/5/FreestarAds-PreRelease/5.30.0-beta-7/FreestarAds-PreRelease.podspec.json b/Specs/a/b/5/FreestarAds-PreRelease/5.30.0-beta-7/FreestarAds-PreRelease.podspec.json new file mode 100644 index 000000000000000..ffedf92cb6b7866 --- /dev/null +++ b/Specs/a/b/5/FreestarAds-PreRelease/5.30.0-beta-7/FreestarAds-PreRelease.podspec.json @@ -0,0 +1,36 @@ +{ + "name": "FreestarAds-PreRelease", + "version": "5.30.0-beta-7", + "authors": "Freestar", + "license": { + "type": "Apache2.0", + "file": "LICENSE" + }, + "homepage": "http://www.freestar.com", + "summary": "Freestar Ads Mediation system", + "platforms": { + "ios": "12.0" + }, + "swift_versions": "5.0", + "vendored_frameworks": "build/FreestarAds.xcframework", + "resources": "build/Assets/*.xib", + "dependencies": { + "FreestarAds-AdQualityKit": [ + "5.0.4" + ], + "FSLPromisesObjC": [ + "2.2.1" + ], + "FSTRAdsIdentity": [ + "1.0.0" + ] + }, + "source": { + "git": "https://gitlab.com/freestar/ios-binaries.git", + "tag": "FreestarAds-PreRelease-5.30.0-beta-7" + }, + "pod_target_xcconfig": { + "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "i386" + }, + "swift_version": "5.0" +}