From bb78e6e9ab74306aad01498b94df7c6af1d482b4 Mon Sep 17 00:00:00 2001 From: "Wu, Wei | David" Date: Thu, 26 May 2022 09:58:47 +0900 Subject: [PATCH 1/2] [Update] RUNABanner (1.7.1) --- RUNABanner/1.7.1/RUNABanner.podspec | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 RUNABanner/1.7.1/RUNABanner.podspec diff --git a/RUNABanner/1.7.1/RUNABanner.podspec b/RUNABanner/1.7.1/RUNABanner.podspec new file mode 100644 index 00000000..46a7112f --- /dev/null +++ b/RUNABanner/1.7.1/RUNABanner.podspec @@ -0,0 +1,33 @@ +# +# Be sure to run `pod spec lint RUNA.podspec' to ensure this is a +# valid spec and to remove all comments including this before submitting the spec. +# +# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html +# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ +# + +Pod::Spec.new do |s| + + s.name = "RUNABanner" + s.version = "1.7.1" + s.summary = "Podspec file of #{s.name} iOS SDK." + s.description = <<-DESC +This repository is used to distribute #{s.name} iOS SDK for CocoaPods users. + DESC + s.homepage = "https://github.com/rakuten-ads/Rakuten-Ads-iOS" + s.license = { + :type => "Copyright", + :text => "Copyright © Rakuten, inc. All Rights Reserved." + } + s.author = "Rakuten" + s.platform = :ios, "10.0" + s.source = { + :http => "https://storage.googleapis.com/rssp-dev-cdn/sdk/ios/prod/#{s.name}/#{s.name}_iOS_#{s.version}.framework.zip" + } + s.vendored_frameworks = "Carthage/Build/iOS/#{s.name}.framework" + + s.frameworks = "Foundation", "AdSupport", "SystemConfiguration", "WebKit", "UIKit" + s.dependency 'RUNACore', '~> 1.4' + s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64 armv7' } + +end From 41ea7f129f176515df806cb97fa2280eefb99599 Mon Sep 17 00:00:00 2001 From: "Wu, Wei | David" Date: Thu, 26 May 2022 09:59:00 +0900 Subject: [PATCH 2/2] [Update] RUNA (1.8.1) --- RUNA/1.8.1/RUNA.podspec | 44 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 RUNA/1.8.1/RUNA.podspec diff --git a/RUNA/1.8.1/RUNA.podspec b/RUNA/1.8.1/RUNA.podspec new file mode 100644 index 00000000..434b3fbf --- /dev/null +++ b/RUNA/1.8.1/RUNA.podspec @@ -0,0 +1,44 @@ +# +# Be sure to run `pod spec lint RUNA.podspec' to ensure this is a +# valid spec and to remove all comments including this before submitting the spec. +# +# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html +# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/ +# + +Pod::Spec.new do |s| + + s.name = "RUNA" + s.version = "1.8.1" + s.summary = "Podspec file of #{s.name} iOS SDK." + s.description = <<-DESC +This repository is used to distribute #{s.name} iOS SDK for CocoaPods users. + DESC + s.homepage = "https://github.com/rakuten-ads/Rakuten-Ads-iOS" + s.license = { + :type => "Copyright", + :text => "Copyright © Rakuten, inc. All Rights Reserved." + } + s.author = "Rakuten" + s.platform = :ios, "10.0" + s.source = { + :git => "https://github.com/rakuten-ads/Rakuten-Ads-iOS.git" + } + + s.default_subspec = 'Banner' + + s.subspec 'CoreOnly' do |ss| + ss.ios.dependency 'RUNACore', '1.4.3' + end + + s.subspec 'Banner' do |ss| + ss.dependency 'RUNA/CoreOnly' + ss.ios.dependency 'RUNABanner', '1.7.1' + end + + s.subspec 'OMAdapter' do |ss| + ss.dependency 'RUNA/Banner' + ss.ios.dependency 'RUNAOMAdapter', '1.0.6' + end + +end