Skip to content

Commit da77f0d

Browse files
committed
Release 4.4.2
1 parent f993f79 commit da77f0d

File tree

9 files changed

+22
-16
lines changed

9 files changed

+22
-16
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 = "CASMediationChartboost"
3-
s.version = "9.10.0.0"
3+
s.version = "9.10.1.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.4.1/CASMediationChartboost-9.10.0.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.4.2/CASMediationChartboost-9.10.1.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.10.0'
13+
s.dependency 'ChartboostSDK', '9.10.1'
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.10.0.0'
3+
pod 'CASMediationChartboost', '9.10.1.0'
44
```
55

6+
### 9.10.1.0
7+
- Certified with Chartboost - 9.10.1
8+
69
### 9.10.0.0
710
- Certified with Chartboost - 9.10.0
811
- Improvements for Bidding requests.

Adapters/IronSource/CASMediationIronSource.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 = "CASMediationIronSource"
3-
s.version = "9.0.0.0"
3+
s.version = "9.0.0.1"
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.1/CASMediationIronSource-9.0.0.0.zip" }
8+
s.source = { :http => "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.4.2/CASMediationIronSource-9.0.0.1.zip" }
99
s.platform = :ios, '13.0'
1010
s.swift_version = '5.0'
1111
s.static_framework = true

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.0'
3+
pod 'CASMediationIronSource', '9.0.0.1'
44
```
55

6+
### 9.0.0.1
7+
- Fixed a critical compatibility issue with CAS 4.4+.
8+
69
### 9.0.0.0
710
- Certified with IronSource - 9.0.0
811
- Added IronSource AdQuality framework for SPM integration.

Adapters/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ All adapters for supported networks have the `CASMediation` prefix, and do not r
44

55
| Pod | Supported Formats | SPM | Bidding | Changelog | SDK Versions |
66
| --- | :---------------: | :-: | :-----: | :-------: | :----------: |
7-
| `pod 'CASMediationIronSource', '9.0.0.0'` | Banner, Interstitial, Rewarded | Yes | Yes | [view](IronSource/CHANGELOG.md) | [link](https://developers.ironsrc.com/ironsource-mobile/ios/sdk-change-log/) |
7+
| `pod 'CASMediationIronSource', '9.0.0.1'` | Banner, Interstitial, Rewarded | Yes | Yes | [view](IronSource/CHANGELOG.md) | [link](https://developers.ironsrc.com/ironsource-mobile/ios/sdk-change-log/) |
88
| `pod 'CASMediationUnityAds', '4.16.3.0'` | Banner, Interstitial, Rewarded | Yes | Yes | [view](UnityAds/CHANGELOG.md) | [link](https://docs.unity.com/ads/en-us/manual/Changelog) |
99
| `pod 'CASMediationGoogleAds', '12.12.0.0'` | Banner, Interstitial, Rewarded, AppOpen, Native | Yes | Yes | [view](GoogleAds/CHANGELOG.md) | [link](https://developers.google.com/admob/ios/rel-notes?hl=en) |
1010
| `pod 'CASMediationLiftoffMonetize', '7.6.1.0'` | Banner, Interstitial, Rewarded, AppOpen, Native | Yes | Yes | [view](LiftoffMonetize/CHANGELOG.md) | [link](https://support.vungle.com/hc/en-us/articles/15718672681883) |
1111
| `pod 'CASMediationInMobi', '10.8.8.0'` | Banner, Interstitial, Rewarded, Native | Yes | Yes | [view](InMobi/CHANGELOG.md) | [link](https://support.inmobi.com/monetize/sdk-documentation/ios-guidelines/changelogs) |
12-
| `pod 'CASMediationChartboost', '9.10.0.0'` | Banner, Interstitial, Rewarded | No | Yes | [view](Chartboost/CHANGELOG.md) | [link](https://docs.chartboost.com/en/monetization/integrate/ios/changelog/) |
12+
| `pod 'CASMediationChartboost', '9.10.1.0'` | Banner, Interstitial, Rewarded | No | Yes | [view](Chartboost/CHANGELOG.md) | [link](https://docs.chartboost.com/en/monetization/integrate/ios/changelog/) |
1313
| `pod 'CASMediationDTExchange', '8.4.1.0'` | Banner, Interstitial, Rewarded | Yes | Yes | [view](DTExchange/CHANGELOG.md) | [link](https://developer.digitalturbine.com/hc/en-us/articles/360010922578-DT-Exchange-iOS-Changelog) |
1414
| `pod 'CASMediationKidoz', '10.1.0.0'` | Banner, Interstitial, Rewarded | Yes | Yes | [view](Kidoz/CHANGELOG.md) | [link](https://github.com/Kidoz-SDK/kidoz-mobile-sdk/tree/main/Kidoz%20Direct/iOS) |
1515
| `pod 'CASMediationSuperAwesome', '9.4.0.1'` | Interstitial, Rewarded | No | Yes | [view](SuperAwesome/CHANGELOG.md) | [link](https://sdks.superawesome.com/docs/ios/releases) |

DemoApp Objective-C/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
source 'https://github.com/cleveradssolutions/CAS-Specs.git'
33

44
platform :ios, '13.0'
5-
$casVersion = '~> 4.4.1'
5+
$casVersion = '~> 4.4.2'
66

77
target 'CASSample' do
88
pod 'CleverAdsSolutions-Base', $casVersion

DemoApp Swift/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
source 'https://github.com/cleveradssolutions/CAS-Specs.git'
33

44
platform :ios, '13.0'
5-
$casVersion = '~> 4.4.1'
5+
$casVersion = '~> 4.4.2'
66

77
target 'CASSample' do
88
pod 'CleverAdsSolutions-Base', $casVersion

DemoApp SwiftUI/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://github.com/CocoaPods/Specs.git'
22
source 'https://github.com/cleveradssolutions/CAS-Specs.git'
33

44
platform :ios, '14.0'
5-
$casVersion = '~> 4.4.1'
5+
$casVersion = '~> 4.4.2'
66

77
target 'CASSwiftUIDemoApp' do
88
pod 'CleverAdsSolutions-Base', $casVersion

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -483,8 +483,8 @@ let package = Package(
483483

484484
.binaryTarget(
485485
name: "CleverAdsSolutions",
486-
url: "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.4.1/CleverAdsSolutions-4.4.1.zip",
487-
checksum: "4534108492a71c4dadc92a7bd3570ae9457d2d1c1098d19ea6526eca4b404bf7"
486+
url: "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.4.2/CleverAdsSolutions-4.4.2.zip",
487+
checksum: "f87357f2d87ffc1fbc9d3e053010069a8c5ef76ffc82d4727f75752b0a6bb3ec"
488488
),
489489

490490
.binaryTarget(
@@ -499,8 +499,8 @@ let package = Package(
499499
),
500500
.binaryTarget(
501501
name: "CASMediationIronSource",
502-
url: "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.4.1/CASMediationIronSource-9.0.0.0.zip",
503-
checksum: "bc4c7fe4cb5ddb2980d26940cb247b6d210bde6c23c2aac784cfbe146da795a3"
502+
url: "https://github.com/cleveradssolutions/CAS-iOS/releases/download/4.4.2/CASMediationIronSource-9.0.0.1.zip",
503+
checksum: "3db1bf9946a7415c635aed5441d4e68b7960caf9438367f207fa2bfa196009c9"
504504
),
505505

506506
.binaryTarget(

0 commit comments

Comments
 (0)