Skip to content

Commit

Permalink
Release 3.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eros902002 committed Jun 17, 2024
1 parent 16c69ab commit 1bd83c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 ironSource iOS SDK

```ruby
platform :ios, '12.0'
pod 'ironSource-HyBid-Adapters', '3.0.2.0'
pod 'ironSource-HyBid-Adapters', '3.0.2.1'
```

2. Run `pod install --repo-update` to install the pod in your project.
Expand Down
6 changes: 3 additions & 3 deletions ironSource-HyBid-Adapters.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "ironSource-HyBid-Adapters"
spec.version = "3.0.2.0"
spec.version = "3.0.2.1"
spec.summary = "HyBid iOS SDK Adapters (Mediation) for ironSource"
spec.description = <<-DESC
Supported ad formats:
Expand Down Expand Up @@ -35,11 +35,11 @@ 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, '12.0'
spec.source = { :git => "https://github.com/pubnative/ironSource-hybid-adapters-ios.git", :tag => "3.0.2.0" }
spec.source = { :git => "https://github.com/pubnative/ironSource-hybid-adapters-ios.git", :tag => "3.0.2.1" }

spec.source_files = 'ironSourceAdapters/**/*.{swift,h,m}'
spec.static_framework = true

spec.dependency 'HyBid', '3.0.2'
spec.dependency 'IronSourceSDK','~> 7.5'
spec.dependency 'IronSourceSDK','~> 8.0'
end
2 changes: 1 addition & 1 deletion ironSourceAdapters/ISVerveCustomAdapter.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ - (NSString *)networkSDKVersion {
}

- (NSString *)adapterVersion {
return @"3.0.2.0";
return @"3.0.2.1";
}

@end

0 comments on commit 1bd83c8

Please sign in to comment.