From 2d8f5bc9660a2bcb3b2dc0e3cfb4fc6dde1d17b0 Mon Sep 17 00:00:00 2001 From: Ugi Date: Wed, 28 Feb 2024 15:43:55 +0100 Subject: [PATCH] [Add] Adjust 4.37.2 --- Specs/5/1/d/Adjust/4.37.2/Adjust.podspec.json | 84 +++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 Specs/5/1/d/Adjust/4.37.2/Adjust.podspec.json diff --git a/Specs/5/1/d/Adjust/4.37.2/Adjust.podspec.json b/Specs/5/1/d/Adjust/4.37.2/Adjust.podspec.json new file mode 100644 index 000000000000..da6ddff8a61b --- /dev/null +++ b/Specs/5/1/d/Adjust/4.37.2/Adjust.podspec.json @@ -0,0 +1,84 @@ +{ + "name": "Adjust", + "version": "4.37.2", + "summary": "This is the iOS SDK of adjust. You can read more about it at http://adjust.com.", + "homepage": "https://github.com/adjust/ios_sdk", + "license": { + "type": "MIT", + "file": "MIT-LICENSE" + }, + "authors": { + "Adjust": "sdk@adjust.com" + }, + "source": { + "git": "https://github.com/adjust/ios_sdk.git", + "tag": "v4.37.2" + }, + "platforms": { + "ios": "9.0", + "tvos": "9.0" + }, + "frameworks": "SystemConfiguration", + "ios": { + "weak_frameworks": "AdSupport" + }, + "tvos": { + "weak_frameworks": "AdSupport" + }, + "requires_arc": true, + "default_subspecs": "Core", + "pod_target_xcconfig": { + "BITCODE_GENERATION_MODE": "bitcode" + }, + "subspecs": [ + { + "name": "Core", + "source_files": [ + "Adjust/*.{h,m}", + "Adjust/ADJAdditions/*.{h,m}" + ] + }, + { + "name": "Sociomantic", + "source_files": "plugin/Sociomantic/*.{h,m}", + "dependencies": { + "Adjust/Core": [ + + ] + } + }, + { + "name": "Criteo", + "source_files": "plugin/Criteo/*.{h,m}", + "dependencies": { + "Adjust/Core": [ + + ] + } + }, + { + "name": "Trademob", + "source_files": "plugin/Trademob/*.{h,m}", + "dependencies": { + "Adjust/Core": [ + + ] + } + }, + { + "name": "WebBridge", + "source_files": [ + "AdjustBridge/*.{h,m}", + "AdjustBridge/WebViewJavascriptBridge/*.{h,m}" + ], + "dependencies": { + "Adjust/Core": [ + + ] + }, + "platforms": { + "ios": "9.0" + } + } + ] +} -- 2.11.4.GIT