Skip to content

Commit

Permalink
Depend on mopub-ios-sdk/Core
Browse files Browse the repository at this point in the history
With this change, adapters can opt out of viewability that is causing the issue on mopub/mopub-unity-sdk#32. Publishers wishing to integrate viewability can fetch the full `mopub-ios-sdk` in their own Podfile.
  • Loading branch information
“chauduyphanvu1 committed Feb 1, 2019
1 parent c95ad42 commit 0e1cc2a
Show file tree
Hide file tree
Showing 33 changed files with 77 additions and 44 deletions.
2 changes: 1 addition & 1 deletion AdColony/AdColonyAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"3.3.5.3";
return @"3.3.5.4";
}

- (NSString *)biddingToken {
Expand Down
3 changes: 3 additions & 0 deletions AdColony/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 3.3.5.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 3.3.5.3
* Update Adapter Version in AdColonyAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-AdColony-Adapters'
s.version = '3.3.5.3'
s.version = '3.3.5.4'
s.summary = 'AdColony Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand All @@ -19,11 +19,11 @@ For inquiries and support, please email [email protected]. \n
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'AdColony/*.{h,m}'
ns.dependency 'AdColony', '3.3.5'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
3 changes: 3 additions & 0 deletions AdMob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 7.37.0.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 7.37.0.3
* Update Adapter Version in GoogleAdMobAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
2 changes: 1 addition & 1 deletion AdMob/GoogleAdMobAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"7.37.0.3";
return @"7.37.0.4";
}

- (NSString *)biddingToken {
Expand Down
6 changes: 3 additions & 3 deletions AdMob/MoPub-AdMob-PodSpecs/MoPub-AdMob-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-AdMob-Adapters'
s.version = '7.37.0.3'
s.version = '7.37.0.4'
s.summary = 'Google Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banner, Interstitial, Rewarded Video, Native.\n
Expand All @@ -19,11 +19,11 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'AdMob/*.{h,m}'
ns.dependency 'Google-Mobile-Ads-SDK', '7.37.0'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
2 changes: 1 addition & 1 deletion AppLovin/AppLovinAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ + (void)setIsTestMode:(BOOL)isTestMode {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"6.1.4.3";
return @"6.1.4.4";
}

- (NSString *)biddingToken {
Expand Down
3 changes: 3 additions & 0 deletions AppLovin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.1.4.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 6.1.4.3
* Update Adapter Version in AppLovinAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Applovin-Adapters'
s.version = '6.1.4.3'
s.version = '6.1.4.4'
s.summary = 'Applovin Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banners, Interstitial, Rewarded Video and Native.\n
Expand All @@ -19,11 +19,11 @@ For inquiries and support, please visit https://www.applovin.com/support \n
s.ios.deployment_target = '9.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'Applovin/*.{h,m}'
ns.dependency 'AppLovinSDK', '6.1.4'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
3 changes: 3 additions & 0 deletions Chartboost/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 7.3.0.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 7.3.0.3
* Update Adapter Version in ChartboostAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
2 changes: 1 addition & 1 deletion Chartboost/ChartboostAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"7.3.0.3";
return @"7.3.0.4";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Chartboost-Adapters'
s.version = '7.3.0.3'
s.version = '7.3.0.4'
s.summary = 'Chartboost Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand All @@ -19,11 +19,11 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'Chartboost/*.{h,m}'
ns.dependency 'ChartboostSDK', '7.3.0'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
3 changes: 3 additions & 0 deletions FacebookAudienceNetwork/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 5.1.0.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 5.1.0.3
* Update Adapter Version in FacebookAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
2 changes: 1 addition & 1 deletion FacebookAudienceNetwork/FacebookAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ + (void)setIsTestMode:(BOOL)isTestMode {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"5.1.0.3";
return @"5.1.0.4";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-FacebookAudienceNetwork-Adapters'
s.version = '5.1.0.3'
s.version = '5.1.0.4'
s.summary = 'Facebook Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banners, Interstitial, Rewarded Video and Native.\n
Expand All @@ -19,11 +19,11 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '9.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'FacebookAudienceNetwork/*.{h,m}'
ns.dependency 'FBAudienceNetwork', '5.1.0'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
3 changes: 3 additions & 0 deletions Flurry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 9.2.1.5
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 9.2.1.4
* Update the Adapter Version to accommodate podspec changes for Unity releases.

Expand Down
2 changes: 1 addition & 1 deletion Flurry/FlurryMPConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#endif

#define FlurryMediationOrigin @"Flurry_Mopub_iOS"
#define FlurryAdapterVersion @"9.2.1.4"
#define FlurryAdapterVersion @"9.2.1.5"

@interface FlurryMPConfig : NSObject

Expand Down
6 changes: 3 additions & 3 deletions Flurry/MoPub-Flurry-PodSpecs/MoPub-Flurry-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-Flurry-Adapters'
s.version = '9.2.1.4'
s.version = '9.2.1.5'
s.summary = 'Flurry Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video, Native.\n
Expand All @@ -19,12 +19,12 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'Flurry/*.{h,m}'
ns.dependency 'Flurry-iOS-SDK/FlurrySDK', '9.2.1'
ns.dependency 'Flurry-iOS-SDK/FlurryAds', '9.2.1'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
3 changes: 3 additions & 0 deletions IronSource/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.8.0.0.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 6.8.0.0.3
* Update Adapter Version in IronsSourceAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
2 changes: 1 addition & 1 deletion IronSource/IronSourceAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ @implementation IronSourceAdapterConfiguration
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"6.8.0.0.3";
return @"6.8.0.0.4";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-IronSource-Adapters'
s.version = '6.8.0.0.3'
s.version = '6.8.0.0.4'
s.summary = 'IronSource Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand All @@ -19,12 +19,12 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'IronSource/*.{h,m}'
ns.dependency 'IronSourceSDK','6.8.0.0'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end

3 changes: 3 additions & 0 deletions OnebyAOL/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 6.8.1.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 6.8.1.3
* Update Adapter Version in MillennialAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
2 changes: 1 addition & 1 deletion OnebyAOL/MillennialAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
}

- (NSString *)adapterVersion {
return @"6.8.1.3";
return @"6.8.1.4";
}

- (NSString *)biddingToken {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-OnebyAOL-Adapters'
s.version = '6.8.1.3'
s.version = '6.8.1.4'
s.summary = 'Aol Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Banner, Interstitial, Rewarded Video, Native.\n
Expand All @@ -19,11 +19,11 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'OnebyAOL/*.{h,m}'
ns.exclude_files = 'MPStaticNativeAdImpressionTimer.{h,m}'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
3 changes: 3 additions & 0 deletions Tapjoy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Changelog
* 12.2.0.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 12.2.0.3
* Update Adapter Version in TapjoyAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
6 changes: 3 additions & 3 deletions Tapjoy/MoPub-Tapjoy-PodSpecs/MoPub-TapJoy-Adapters.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-TapJoy-Adapters'
s.version = '12.2.0.3'
s.version = '12.2.0.4'
s.summary = 'TapJoy Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand All @@ -19,11 +19,11 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'Tapjoy/*.{h,m}'
ns.dependency 'TapjoySDK', '12.2.0'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
2 changes: 1 addition & 1 deletion Tapjoy/TapjoyAdapterConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ + (void)updateInitializationParameters:(NSDictionary *)parameters {
#pragma mark - MPAdapterConfiguration

- (NSString *)adapterVersion {
return @"12.2.0.3";
return @"12.2.0.4";
}

- (NSString *)biddingToken {
Expand Down
3 changes: 3 additions & 0 deletions UnityAds/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

## Changelog
* 3.0.0.4
* Adapters now fetch only the core MoPub iOS SDK (excluding viewability SDKs). Publishers wishing to integrate viewability should fetch the `mopub-ios-sdk` dependency in their own Podfile.

* 3.0.0.3
* Update Adapter Version in UnityAdsAdapterConfiguration to accommodate podspec changes for Unity releases.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'MoPub-UnityAds-Adapters'
s.version = '3.0.0.3'
s.version = '3.0.0.4'
s.summary = 'Unity Adapters for mediating through MoPub.'
s.description = <<-DESC
Supported ad formats: Interstitial, Rewarded Video.\n
Expand All @@ -19,11 +19,11 @@ s.source = { :git => 'https://github.com/mopub/mopub-ios-mediation.git
s.ios.deployment_target = '8.0'
s.static_framework = true
s.subspec 'MoPub' do |ms|
ms.dependency 'mopub-ios-sdk', '~> 5.5'
ms.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
s.subspec 'Network' do |ns|
ns.source_files = 'UnityAds/*.{h,m}'
ns.dependency 'UnityAds', '3.0.0'
ns.dependency 'mopub-ios-sdk', '~> 5.5'
ns.dependency 'mopub-ios-sdk/Core', '~> 5.5'
end
end
Loading

0 comments on commit 0e1cc2a

Please sign in to comment.