Skip to content

Commit dcaf82b

Browse files
committed
Update 4.3.0
1 parent de72706 commit dcaf82b

35 files changed

+178
-107
lines changed

Adapters/AppLovin/CASMediationAppLovin.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "CASMediationAppLovin"
3-
s.version = "13.3.1.2"
3+
s.version = "13.3.1.3"
44
s.summary = "The AppLovin mediation adapter is a library that handles communication between the CAS.AI SDK and the AppLovin SDK. It enables you to load ads from AppLovin using the mediation feature in the CAS.AI SDK."
55
s.homepage = "https://github.com/cleveradssolutions/CAS-iOS"
66
s.license = { :type => "Commercial License", :file => "LICENSE.md" }
77
s.author = { "CleverAdsSolutions LTD" => "[email protected]" }
8-
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.2.1/CASMediationAppLovin-13.3.1.2.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.3.0/CASMediationAppLovin-13.3.1.3.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true

Adapters/AppLovin/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
## AppLovin iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationAppLovin', '13.3.1.2'
3+
pod 'CASMediationAppLovin', '13.3.1.3'
44
```
55

6+
### 13.3.1.3
7+
- Workaround for rare crashes originating from `CASBridgeMediation`.
8+
- Fixed a crash caused by `NSInvalidArgumentException` crash.
9+
- Resolved a crash occurring in `ALHealthEventsReporter`.
10+
611
### 13.3.1.2
712
- The AppLovin dependency is no longer required for other CAS adapters.
813

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "CASMediationAudienceNetwork"
3-
s.version = "6.20.0.2"
3+
s.version = "6.20.1.0"
44
s.summary = "The AudienceNetwork mediation adapter is a library that handles communication between the CAS.AI SDK and the AudienceNetwork SDK. It enables you to load ads from AudienceNetwork using the mediation feature in the CAS.AI SDK."
55
s.homepage = "https://github.com/cleveradssolutions/CAS-iOS"
66
s.license = { :type => "Commercial License", :file => "LICENSE.md" }
77
s.author = { "CleverAdsSolutions LTD" => "[email protected]" }
8-
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.2.1/CASMediationAudienceNetwork-6.20.0.2.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.3.0/CASMediationAudienceNetwork-6.20.1.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationAudienceNetwork.xcframework'
13-
s.dependency 'FBAudienceNetwork', '6.20.0'
13+
s.dependency 'FBAudienceNetwork', '6.20.1'
1414
s.dependency 'CASMediationGoogleAds'
1515
end

Adapters/AudienceNetwork/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
## Meta Audience Network iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationAudienceNetwork', '6.20.0.2'
3+
pod 'CASMediationAudienceNetwork', '6.20.1.0'
44
```
55

6+
### 6.20.1.0
7+
- Certified with AudienceNetwork - 6.20.1
8+
- Ensured initialization occurs on the UI thread to avoid crashes caused by race conditions.
9+
610
### 6.20.0.2
711
- The AppLovin dependency is no longer required for other CAS adapters.
812

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "CASMediationBigo"
3-
s.version = "4.8.1.0"
3+
s.version = "4.9.0.0"
44
s.summary = "The Bigo mediation adapter is a library that handles communication between the CAS.AI SDK and the Bigo SDK. It enables you to load ads from Bigo using the mediation feature in the CAS.AI SDK."
55
s.homepage = "https://github.com/cleveradssolutions/CAS-iOS"
66
s.license = { :type => "Commercial License", :file => "LICENSE.md" }
77
s.author = { "CleverAdsSolutions LTD" => "[email protected]" }
8-
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.2.1/CASMediationBigo-4.8.1.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.3.0/CASMediationBigo-4.9.0.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationBigo.xcframework'
13-
s.dependency 'BigoADS', '4.8.1'
13+
s.dependency 'BigoADS', '4.9.0'
1414
s.dependency 'CleverAdsSolutions-Base'
1515
end

Adapters/Bigo/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Bigo iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationBigo', '4.8.1.0'
3+
pod 'CASMediationBigo', '4.9.0.0'
44
```
55

6+
### 4.9.0.0
7+
- Certified with Bigo - 4.9.0
8+
69
### 4.8.1.0
710
- Certified with Bigo - 4.8.1
811
- The AppLovin dependency is no longer required for other CAS adapters.

Adapters/CASExchange/CASMediationCASExchange.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "CASMediationCASExchange"
3-
s.version = "4.2.0.0"
3+
s.version = "4.3.0.0"
44
s.summary = "The CASExchange mediation adapter is a library that handles communication between the CAS.AI SDK and the CASExchange SDK. It enables you to load ads from CASExchange using the mediation feature in the CAS.AI SDK."
55
s.homepage = "https://github.com/cleveradssolutions/CAS-iOS"
66
s.license = { :type => "Commercial License", :file => "LICENSE.md" }
77
s.author = { "CleverAdsSolutions LTD" => "[email protected]" }
8-
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.2.1/CASMediationExchange-4.2.0.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.3.0/CASMediationExchange-4.3.0.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true

Adapters/CASExchange/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## CAS Exchange iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationCASExchange', '4.2.0.0'
3+
pod 'CASMediationCASExchange', '4.3.0.0'
44
```
55

6+
### 4.3.0.0
7+
- Improved impression detection for native ads.
8+
69
### 4.2.0.0
710
- Fixed video ads endcard.
811

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = "CASMediationChartboost"
3-
s.version = "9.9.0.2"
3+
s.version = "9.9.2.0"
44
s.summary = "The Chartboost mediation adapter is a library that handles communication between the CAS.AI SDK and the Chartboost SDK. It enables you to load ads from Chartboost using the mediation feature in the CAS.AI SDK."
55
s.homepage = "https://github.com/cleveradssolutions/CAS-iOS"
66
s.license = { :type => "Commercial License", :file => "LICENSE.md" }
77
s.author = { "CleverAdsSolutions LTD" => "[email protected]" }
8-
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.2.1/CASMediationChartboost-9.9.0.2.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.3.0/CASMediationChartboost-9.9.2.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationChartboost.xcframework'
13-
s.dependency 'ChartboostSDK', '9.8.1'
13+
s.dependency 'ChartboostSDK', '9.9.2'
1414
s.dependency 'CASMediationIronSource'
1515
end

Adapters/Chartboost/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Chartboost iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationChartboost', '9.9.0.2'
3+
pod 'CASMediationChartboost', '9.9.2.0'
44
```
55

6+
### 9.9.2.0
7+
- Certified with Chartboost - 9.9.2
8+
69
### 9.9.0.2
710
- The AppLovin dependency is no longer required for other CAS adapters.
811

0 commit comments

Comments
 (0)