Skip to content

Commit 97a27b6

Browse files
committed
Release 3.2.0.0
1 parent 24dbfad commit 97a27b6

12 files changed

+16
-16
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It will install HyBid Adapters, as well as HyBid iOS SDK and ironSource iOS SDK
2424

2525
```ruby
2626
platform :ios, '12.0'
27-
pod 'ironSource-HyBid-Adapters', '3.1.4.1'
27+
pod 'ironSource-HyBid-Adapters', '3.2.0.0'
2828
```
2929

3030
2. Run `pod install --repo-update` to install the pod in your project.

ironSource-HyBid-Adapters.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "ironSource-HyBid-Adapters"
4-
spec.version = "3.1.4.1"
4+
spec.version = "3.2.0.0"
55
spec.summary = "HyBid iOS SDK Adapters (Mediation) for ironSource"
66
spec.description = <<-DESC
77
Supported ad formats:
@@ -35,11 +35,11 @@ Pod::Spec.new do |spec|
3535

3636
spec.authors = { "Can Soykarafakili" => "[email protected]", "Eros Garcia Ponte" => "[email protected]", "Fares Benhamouda" => "[email protected]", "Orkhan Alizada" => "[email protected]", "Jose Contreras" => "[email protected]", "Aysel Abdullayeva" => "[email protected]" }
3737
spec.platform = :ios, '12.0'
38-
spec.source = { :git => "https://github.com/pubnative/ironSource-hybid-adapters-ios.git", :tag => "3.1.4.1" }
38+
spec.source = { :git => "https://github.com/pubnative/ironSource-hybid-adapters-ios.git", :tag => "3.2.0.0" }
3939

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

43-
spec.dependency 'HyBid', '3.1.4'
43+
spec.dependency 'HyBid', '3.2.0'
4444
spec.dependency 'IronSourceSDK','~> 8.0'
4545
end

ironSourceAdapters/ISVerveCustomAdapter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveCustomAdapter.m

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal
@@ -45,11 +45,11 @@ - (void)init:(ISAdData *)adData delegate:(id<ISNetworkInitializationDelegate>)de
4545
}
4646

4747
- (NSString *)networkSDKVersion {
48-
return @"3.1.4";
48+
return @"3.2.0";
4949
}
5050

5151
- (NSString *)adapterVersion {
52-
return @"3.1.4.1";
52+
return @"3.2.0.0";
5353
}
5454

5555
@end

ironSourceAdapters/ISVerveCustomBanner.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveCustomBanner.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveCustomInterstitial.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveCustomInterstitial.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveCustomRewardedVideo.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveCustomRewardedVideo.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveUtils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

ironSourceAdapters/ISVerveUtils.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright © 2024 PubNative. All rights reserved.
2+
// Copyright © 2021 PubNative. All rights reserved.
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)