Skip to content

Commit

Permalink
Update version to 1.8.4
Browse files Browse the repository at this point in the history
The changes include:
- Bump version from 1.8.3 to 1.8.4 in the podspec
- Update social media URL in podspec
- Increase MARKETING_VERSION to 1.8.4 in the shared Xcode config
  • Loading branch information
krzyzanowskim committed Dec 23, 2024
1 parent 68e5d06 commit 729e01b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CryptoSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = "CryptoSwift"
s.version = "1.8.3"
s.version = "1.8.4"
s.source = { :git => "https://github.com/krzyzanowskim/CryptoSwift.git", :tag => "#{s.version}" }
s.summary = "Cryptography in Swift. SHA, MD5, CRC, PBKDF, Poly1305, HMAC, CMAC, HDKF, Scrypt, ChaCha20, Rabbit, Blowfish, AES, RSA."
s.description = "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, Scrypt, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES, RSA"
s.homepage = "https://github.com/krzyzanowskim/CryptoSwift"
s.license = {:type => "Attribution", :file => "LICENSE"}
s.authors = {'Marcin Krzyżanowski' => 'marcin@krzyzanowskim.com'}
s.social_media_url = "https://twitter.com/krzyzanowskim"
s.social_media_url = "https://x.com/krzyzanowskim"
s.cocoapods_version = '>= 1.10.0'
s.swift_version = "5.6"
s.ios.deployment_target = "11.0"
Expand Down
2 changes: 1 addition & 1 deletion config/Project-Shared.xcconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MARKETING_VERSION = 1.8.3
MARKETING_VERSION = 1.8.4

SUPPORTED_PLATFORMS = iphonesimulator iphoneos macosx appletvos watchos appletvsimulator watchsimulator xrsimulator xros

Expand Down

0 comments on commit 729e01b

Please sign in to comment.