[Update] UnityMediationVungleAdapter (1.0.0)

This commit is contained in:
runner 2022-08-26 16:37:20 +00:00
Родитель e8618b0591
Коммит b0cca0dc6a
1 изменённых файлов: 31 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,31 @@
Pod::Spec.new do |spec|
spec.name = "UnityMediationVungleAdapter"
spec.version = '1.0.0'
spec.summary = "UnityMediationVungleAdapter for UnityMediationSdk"
spec.description = "UnityMediationVungleAdapter Framework for loading and showing ads in the UnityMediationSdk."
spec.homepage = "https://github.com/Unity-Technologies/mz-mediation-sdk-ios"
spec.license = { :type => 'Unity Monetization Services', :text => <<-LICENSE
Unity Monetization copyright © 2020 Unity Technologies SF
Your use of the Unity Technologies SF ("Unity') services known as "Unity Monetization" are subject to the Unity Monetization Services Terms of Service linked to and copied immediately below.
[Unity Monetization Services TOS](https://unity3d.com/legal/monetization-services-terms-of-service)
Your use of Unity Monetization constitutes your acceptance of such terms. Unless expressly provided otherwise, the software under this license is made available strictly on an "AS IS" BASIS WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. Please review the license for details on these and other terms and conditions.
LICENSE
}
spec.author = { "Shawn Hampton" => "shawnh@unity3d.com" }
spec.platform = :ios, "10.0"
spec.source = { :http => "https://unity3ddist.jfrog.io/artifactory/unity-mediation-generic-prod-local/UnityMediationVungleAdapter/1.0.0/UnityMediationVungleAdapter.xcframework.zip" }
spec.vendored_frameworks = "UnityMediationVungleAdapter.xcframework"
spec.dependency "UnityMediationSdk", ">= 0.5"
spec.dependency "UnityMediationAdapter", "~> 3.0"
spec.dependency "VungleSDK-iOS", "~> 6.11"
spec.pod_target_xcconfig = {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64 arm64e armv7 armv7s",
"EXCLUDED_ARCHS[sdk=iphoneos*]" => "i386 x86_64"
}
spec.user_target_xcconfig = {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" => "arm64 arm64e armv7 armv7s",
"EXCLUDED_ARCHS[sdk=iphoneos*]" => "i386 x86_64"
}
end