Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stevienguyen1988 committed Aug 21, 2024
1 parent db4db6d commit 82f726f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LivenessUtility.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "LivenessUtilityPV"
spec.version = "1.0.3"
spec.version = "1.0.4"
spec.summary = "A short description of LivenessUtility."
spec.homepage = "https://github.com/Techainer/ios-sdk"
spec.author = { 'My Name' => '[email protected]' }
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = "12.0"

spec.source = { :http => 'https://github.com/Techainer/ios-sdk/releases/download/1.0.3/LivenessUtilityPV.zip' }
spec.source = { :http => 'https://github.com/Techainer/ios-sdk/releases/download/1.0.4/LivenessUtilityPV.zip' }
spec.vendored_frameworks = 'LivenessUtilityPV/LivenessUtilityPV.xcframework'
spec.swift_version = "5.0"
spec.pod_target_xcconfig = {
Expand Down

0 comments on commit 82f726f

Please sign in to comment.