Skip to content

Commit

Permalink
Auto-generated by Jenkins job OTT-Generate-ClientLibs-ios-and-android…
Browse files Browse the repository at this point in the history
…/492, branch 7_3_3
  • Loading branch information
Backend CI committed Jun 1, 2022
1 parent 1be96cd commit 5a583b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions KalturaClient/Classes/Core/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@

super.init()

clientTag = "swift:22-05-30"
apiVersion = "7.3.0.29822"
clientTag = "swift:22-06-01"
apiVersion = "7.3.0.29823"
}
}

Expand Down
2 changes: 1 addition & 1 deletion KalturaClient/Classes/Core/Executor/RequestExecutor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
*/

public protocol RequestExecutor: class {
public protocol RequestExecutor: AnyObject {

func send(request: Request)
func cancel(request: Request)
Expand Down
2 changes: 1 addition & 1 deletion KalturaOttClient.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KalturaOttClient'
s.version = '7.3.0.29822'
s.version = '7.3.0.29823'
s.summary = 'Kaltura OTT Client Library for Swift/iOS'
s.homepage = 'https://github.com/kaltura/KalturaOttGeneratedAPIClientsSwift'
s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }
Expand Down
2 changes: 1 addition & 1 deletion KalturaOttClient.spec.header
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KalturaOttClient'
s.version = '7.3.0.29822'
s.version = '7.3.0.29823'
s.summary = 'Kaltura OTT Client Library for Swift/iOS'
s.homepage = 'https://github.com/kaltura/KalturaOttGeneratedAPIClientsSwift'
s.license = { :type => 'AGPLv3', :text => 'AGPLv3' }
Expand Down

0 comments on commit 5a583b5

Please sign in to comment.