Skip to content

Commit

Permalink
v: 2.19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
can-soykarafakili committed Aug 1, 2023
1 parent f54985e commit f1d5633
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GoogleMobileAds-HyBid-Adapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "GoogleMobileAds-HyBid-Adapters"
spec.version = "2.19.0.0"
spec.version = "2.19.0.1"
spec.summary = "HyBid iOS SDK Adapters (Header Bidding & Mediation) for Google Mobile Ads"
spec.description = <<-DESC
Supported ad formats:
Expand Down Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |spec|

spec.authors = { "Can Soykarafakili" => "can.soykarafakili@pubnative.net", "Eros Garcia Ponte" => "eros.ponte@pubnative.net", "Fares Benhamouda" => "fares.benhamouda@pubnative.net", "Orkhan Alizada" => "orkhan.alizada@pubnative.net", "Jose Contreras" => "jose.contreras@verve.com", "Aysel Abdullayeva" => "aysel.abdullayeva@verve.com" }
spec.platform = :ios, '10.0'
spec.source = { :git => "https://github.com/pubnative/googleMobileAds-hybid-adapters-ios.git", :tag => "2.19.0.0" }
spec.source = { :git => "https://github.com/pubnative/googleMobileAds-hybid-adapters-ios.git", :tag => "2.19.0.1" }

spec.source_files = 'GoogleMobileAdsAdapters/**/*.{swift,h,m}'
spec.static_framework = true
Expand Down
12 changes: 12 additions & 0 deletions GoogleMobileAdsAdapters/GAM/HyBidGAMBannerCustomEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,16 @@ - (void)adPresenterDidClick:(HyBidAdPresenter *)adPresenter {
[self.delegate reportClick];
}

- (void)adPresenterDidStartPlaying:(HyBidAdPresenter *)adPresenter {

}

- (void)adPresenterDidAppear:(HyBidAdPresenter *)adPresenter {

}

- (void)adPresenterDidDisappear:(HyBidAdPresenter *)adPresenter {

}

@end
8 changes: 8 additions & 0 deletions GoogleMobileAdsAdapters/GAM/HyBidGAMInterstitialCustomEvent.m
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,12 @@ - (void)interstitialPresenter:(HyBidInterstitialPresenter *)interstitialPresente
[self invokeFailWithMessage:error.localizedDescription];
}

- (void)interstitialPresenterDidAppear:(HyBidInterstitialPresenter *)interstitialPresenter {

}

- (void)interstitialPresenterDidDisappear:(HyBidInterstitialPresenter *)interstitialPresenter {

}

@end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It will install HyBid Adapters, as well as HyBid iOS SDK and Google Mobile Ads i

```ruby
platform :ios, '10.0'
pod 'GoogleMobileAds-HyBid-Adapters', '2.19.0.0'
pod 'GoogleMobileAds-HyBid-Adapters', '2.19.0.1'
```

2. Run `pod install --repo-update` to install the pod in your project.
Expand Down

0 comments on commit f1d5633

Please sign in to comment.