Skip to content

Commit fc071ac

Browse files
committed
Update 4.5.0
1 parent 0d94d9b commit fc071ac

37 files changed

+205
-199
lines changed
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 = "CASMediationAppLovin"
3-
s.version = "13.5.0.0"
3+
s.version = "13.5.1.0"
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.4.1/CASMediationAppLovin-13.5.0.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.5.0/CASMediationAppLovin-13.5.1.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationAppLovin.xcframework'
13-
s.dependency 'AppLovinSDK', '13.5.0'
13+
s.dependency 'AppLovinSDK', '13.5.1'
1414
s.dependency 'CleverAdsSolutions-Base'
1515
end

Adapters/AppLovin/CHANGELOG.md

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

6+
### 13.5.1.0
7+
- Certified with AppLovin - 13.5.1
8+
- Workaround for a crash caused by ALCASBridge.
9+
610
### 13.5.0.0
711
- Certified with AppLovin - 13.5.0
812
- Workaround for a crash caused by ALCASBridge.
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 = "CASMediationDTExchange"
3-
s.version = "8.4.1.0"
3+
s.version = "8.4.2.0"
44
s.summary = "The DTExchange mediation adapter is a library that handles communication between the CAS.AI SDK and the DTExchange SDK. It enables you to load ads from DTExchange 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.4.1/CASMediationDTExchange-8.4.1.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.5.0/CASMediationDTExchange-8.4.2.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationDTExchange.xcframework'
13-
s.dependency 'Fyber_Marketplace_SDK', '8.4.1'
13+
s.dependency 'Fyber_Marketplace_SDK', '8.4.2'
1414
s.dependency 'CASMediationIronSource'
1515
end

Adapters/DTExchange/CHANGELOG.md

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

6+
### 8.4.2.0
7+
- Certified with DTExchange - 8.4.2
8+
69
### 8.4.1.0
710
- Certified with DTExchange - 8.4.1
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 = "CASMediationGoogleAds"
3-
s.version = "12.12.0.0"
3+
s.version = "12.14.0.0"
44
s.summary = "The GoogleAds mediation adapter is a library that handles communication between the CAS.AI SDK and the GoogleAds SDK. It enables you to load ads from GoogleAds 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.4.1/CASMediationGoogleAds-12.12.0.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.5.0/CASMediationGoogleAds-12.14.0.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationGoogleAds.xcframework'
13-
s.dependency 'Google-Mobile-Ads-SDK', '12.12.0'
13+
s.dependency 'Google-Mobile-Ads-SDK', '12.14.0'
1414
s.dependency 'CASMediationIronSource'
1515
end

Adapters/GoogleAds/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
## Google Ads iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationGoogleAds', '12.12.0.0'
3+
pod 'CASMediationGoogleAds', '12.14.0.0'
44
```
55

6+
### 12.14.0.0
7+
- Certified with GoogleAds - 12.14.0
8+
69
### 12.12.0.0
710
- Certified with GoogleAds - 12.12.0
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 = "CASMediationInMobi"
3-
s.version = "10.8.8.0"
3+
s.version = "11.1.0.0"
44
s.summary = "The InMobi mediation adapter is a library that handles communication between the CAS.AI SDK and the InMobi SDK. It enables you to load ads from InMobi 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.4.1/CASMediationInMobi-10.8.8.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.5.0/CASMediationInMobi-11.1.0.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationInMobi.xcframework'
13-
s.dependency 'InMobiSDK', '10.8.8'
13+
s.dependency 'InMobiSDK', '11.1.0'
1414
s.dependency 'CleverAdsSolutions-Base'
1515
end

Adapters/InMobi/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
## InMobi iOS Mediation Adapter Changelog
22
```ruby
3-
pod 'CASMediationInMobi', '10.8.8.0'
3+
pod 'CASMediationInMobi', '11.1.0.0'
44
```
55

6+
### 11.1.0.0
7+
- Certified with InMobi - 11.1.0
8+
- Migrate to new native ad implementation from InMobi update.
9+
610
### 10.8.8.0
711
- Certified with InMobi - 10.8.8
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 = "CASMediationIronSource"
3-
s.version = "9.0.0.1"
3+
s.version = "9.1.0.0"
44
s.summary = "The IronSource mediation adapter is a library that handles communication between the CAS.AI SDK and the IronSource SDK. It enables you to load ads from IronSource 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.4.2/CASMediationIronSource-9.0.0.1.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.5.0/CASMediationIronSource-9.1.0.0.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true
1212
s.vendored_frameworks = 'CASMediationIronSource.xcframework'
13-
s.dependency 'IronSourceSDK', '9.0.0'
13+
s.dependency 'IronSourceSDK', '9.1.0'
1414
s.dependency 'CleverAdsSolutions-Base'
1515
end

Adapters/IronSource/CHANGELOG.md

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

6+
### 9.1.0.0
7+
- Certified with IronSource - 9.1.0
8+
69
### 9.0.0.1
710
- Fixed a critical compatibility issue with CAS 4.4+.
811

0 commit comments

Comments
 (0)