Skip to content

Commit ea94096

Browse files
committed
Version 5.2.5
1 parent e742b6c commit ea94096

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
5.2.5 / 2026-01-08
2+
==================
3+
4+
* Remove _Pods.xcodeproj
5+
16
5.2.4 / 2025-11-30
27
==================
38

Cloudinary.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'Cloudinary'
11-
s.version = '5.2.4'
11+
s.version = '5.2.5'
1212
s.summary = "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline."
1313

1414
s.description = <<-DESC

Cloudinary/Classes/Core/Network/CLDNetworkCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import UIKit
2727

2828
internal class CLDNetworkCoordinator: NSObject {
2929

30-
static let DEFAULT_VERSION = "5.2.4"
30+
static let DEFAULT_VERSION = "5.2.5"
3131

3232
fileprivate struct CLDNetworkCoordinatorConsts {
3333
static let BASE_CLOUDINARY_URL = "https://api.cloudinary.com"

0 commit comments

Comments
 (0)