We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cf5298 + 200d055 commit f1d33ebCopy full SHA for f1d33eb
Nubrick.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |spec|
2
spec.name = "Nubrick"
3
- spec.version = "0.12.4"
+ spec.version = "0.13.0"
4
spec.summary = "Nubrick SDK for iOS"
5
spec.description = <<-DESC
6
Nubrick SDK for iOS.
Sources/Nubrick/sdk.swift
@@ -12,7 +12,7 @@ import Combine
12
// for development
13
public var nubrickTrackUrl = "https://track.nativebrik.com/track/v1"
14
public var nubrickCdnUrl = "https://cdn.nativebrik.com"
15
-public let nubrickSdkVersion = "0.12.4"
+public let nubrickSdkVersion = "0.13.0"
16
17
public let isNubrickAvailable: Bool = {
18
if #available(iOS 15.0, *) {
0 commit comments