Skip to content

Commit

Permalink
Bump version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
asifmohd committed Jun 23, 2023
1 parent 40fc673 commit 84fcc1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SAMKeychain.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'SAMKeychain'
spec.version = '1.5.3'
spec.version = '1.5.4'
spec.description = 'Simple Cocoa wrapper for the keychain that works on OS X, iOS, tvOS, and watchOS.'
spec.summary = 'Simple Cocoa wrapper for the keychain.'
spec.homepage = 'https://github.com/soffes/samkeychain'
spec.author = { 'Sam Soffes' => '[email protected]' }
spec.source = { :git => 'https://github.com/soffes/samkeychain.git', :tag => "v#{spec.version}" }
spec.source = { :git => 'https://github.com/gojekfarm/samkeychain.git', :tag => "v#{spec.version}" }
spec.license = { :type => 'MIT', :file => 'LICENSE' }

spec.source_files = 'Sources/*.{h,m}'
Expand Down

0 comments on commit 84fcc1a

Please sign in to comment.