Skip to content

Commit

Permalink
Deployment: Update versioning file[s] to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Oct 7, 2024
1 parent a26cec7 commit 5a88437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.5.0</string>
<string>1.7.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
4 changes: 2 additions & 2 deletions WultraSSLPinning.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WultraSSLPinning'
s.version = '1.9.0'
s.version = '1.7.0'
# Metadata
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.summary = 'Dynamic SSL pinning written in Swift'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.author = { 'Wultra s.r.o.' => 'support@wultra.com' }
s.source = { :git => 'https://github.com/wultra/ssl-pinning-ios.git', :tag => s.version }
# Deployment targets
s.swift_version = '5.9'
s.swift_version = '5.0'
s.ios.deployment_target = '12.0'
s.tvos.deployment_target = '12.0'
# Sources
Expand Down

0 comments on commit 5a88437

Please sign in to comment.