Skip to content
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soffes committed Apr 21, 2013
1 parent 6175517 commit 458f88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SSKeychain.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = 'SSKeychain'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'Simple Cocoa wrapper for the keychain that works on Mac and iOS.'
s.homepage = 'https://github.com/soffes/sskeychain'
s.author = { 'Sam Soffes' => 'sam@soff.es' }
s.source = { :git => 'https://github.com/soffes/sskeychain.git', :tag => '1.0.2' }
s.source = { :git => 'https://github.com/soffes/sskeychain.git', :tag => 'v1.0.3' }
s.description = 'SSKeychain is a simple utility class for making the system keychain less sucky.'
s.source_files = 'SSKeychain/*.{h,m}'
s.frameworks = 'Security'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit 458f88d

Please sign in to comment.