Skip to content

Commit

Permalink
[Update] BuzzAdBenefit (2.0.1-beta.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jongsu253 committed Oct 8, 2020
1 parent 4f73d4e commit b9d32b8
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions BuzzAdBenefit/2.0.1-beta.4/BuzzAdBenefit.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '9.0'
s.requires_arc = true

s.name = "BuzzAdBenefit"
s.summary = "The BuzzAd Benefit SDK makes it easy to serve advertisements with benefit in your iOS app."
s.description = "The BuzzAd Benefit SDK makes it easy to serve advertisements with benefit in your iOS app. It supports native ads and video ads. It provides powerful and customizable UI elements to make the ads look great in your app."
s.version = "2.0.1-beta.4"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Buzzvil"
s.homepage = "https://github.com/buzzvil/buzzad-benefit-sdk-publisher-ios"

s.source = {:http=>"https://github.com/Buzzvil/Specs/raw/master/Framework/BuzzAdBenefit/2.0.1-beta.4/BuzzAdBenefit.zip"}

s.dependency 'AFNetworking', '~> 4.0'
s.dependency 'SDWebImage', '~> 5.0'
s.dependency 'SDWebImageWebPCoder'
s.dependency 'GoogleAds-IMA-iOS-SDK', '~> 3.11.3'
s.dependency 'ReactiveObjC', '~> 3.1.1'

s.framework = 'AppTrackingTransparency'
s.vendored_frameworks = ['BuzzAdBenefit.framework', 'BuzzAdBenefitNative.framework', 'BuzzAdBenefitInterstitial.framework', 'BuzzAdBenefitFeed.framework', 'BuzzAdBenefitWebInterface.framework']
end

0 comments on commit b9d32b8

Please sign in to comment.