Skip to content

Commit

Permalink
update version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Todor Pitekov committed Nov 1, 2024
1 parent 829d533 commit cc81e02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PCloudSDKSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = 'PCloudSDKSwift'
s.version = '3.2.2'
s.version = '3.2.3'
s.summary = 'Swift SDK for the pCloud API'
s.homepage = 'https://github.com/pcloud/pcloud-sdk-swift'
s.license = 'MIT'
s.author = 'pCloud'

s.source = { :git => "https://github.com/pcloud/pcloud-sdk-swift.git", :tag => '3.2.2' }
s.source = { :git => "https://github.com/pcloud/pcloud-sdk-swift.git", :tag => '3.2.3' }
s.swift_version = '5'

s.osx.deployment_target = '10.13'
Expand Down

0 comments on commit cc81e02

Please sign in to comment.