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.
1 parent 74d4bd0 commit 35c9ca5Copy full SHA for 35c9ca5
Skyflow.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |spec|
2
3
spec.name = "Skyflow"
4
5
- spec.version = "1.17.1-dev.e5f0290"
+ spec.version = "1.17.2"
6
spec.summary = "skyflow-iOS"
7
8
spec.description = "Skyflow iOS SDK"
@@ -19,7 +19,7 @@ Pod::Spec.new do |spec|
19
spec.ios.deployment_target = "9.0"
20
21
22
- spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :commit => "e5f0290" }
+ spec.source = { :git => "https://github.com/skyflowapi/skyflow-iOS.git", :tag => "1.17.2" }
23
24
spec.source_files = "Sources/Skyflow/**/*.{swift}"
25
0 commit comments