We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aed5fe commit 1ec4bdaCopy full SHA for 1ec4bda
2 files changed
Skyflow.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
3
spec.name = "Skyflow"
4
5
- spec.version = "1.24.0-dev.d6c7067"
+ spec.version = "1.24.1-beta.1"
6
7
spec.summary = "skyflow-iOS"
8
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec|
20
21
spec.ios.deployment_target = "9.0"
22
23
- spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :commit => "d6c7067" }
+ spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :tag => "1.24.1-beta.1" }
24
25
spec.source_files = "Sources/Skyflow/**/*.{swift}"
26
Sources/Skyflow/Version.swift
@@ -13,4 +13,4 @@ import Foundation
13
14
var LangAndVersion = "iOS SDK v\(SDK_VERSION)"
15
16
-var SDK_VERSION = "1.24.0-dev.d6c7067"
+var SDK_VERSION = "1.24.1-beta.1"
0 commit comments