File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Cloudinary/Classes/Core/Network Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ 5.2.3 / 2025-08-12
2
+ ==================
3
+
4
+ Other Changes
5
+ -------------
6
+ * Add video analytics duration event
7
+ * Add flush events support to video analytics
8
+
1
9
5.2.2 / 2025-07-30
2
10
==================
3
11
Original file line number Diff line number Diff line change 8
8
9
9
Pod ::Spec . new do |s |
10
10
s . name = 'Cloudinary'
11
- s . version = '5.2.2 '
11
+ s . version = '5.2.3 '
12
12
s . summary = "Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline."
13
13
14
14
s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import UIKit
27
27
28
28
internal class CLDNetworkCoordinator : NSObject {
29
29
30
- static let DEFAULT_VERSION = " 5.2.2 "
30
+ static let DEFAULT_VERSION = " 5.2.3 "
31
31
32
32
fileprivate struct CLDNetworkCoordinatorConsts {
33
33
static let BASE_CLOUDINARY_URL = " https://api.cloudinary.com "
You can’t perform that action at this time.
0 commit comments