Skip to content

Commit

Permalink
[Update] RUNA (1.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
wei-b-wu-rakuten committed Jul 8, 2022
1 parent ed4a2a2 commit eb0ae6c
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions RUNA/1.10.0/RUNA.podspec
Original file line number Diff line number Diff line change
@@ -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.10.0"
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.4'
end

s.subspec 'Banner' do |ss|
ss.dependency 'RUNA/CoreOnly'
ss.ios.dependency 'RUNABanner', '1.9.0'
end

s.subspec 'OMAdapter' do |ss|
ss.dependency 'RUNA/Banner'
ss.ios.dependency 'RUNAOMAdapter', '1.0.6'
end

end

0 comments on commit eb0ae6c

Please sign in to comment.