Skip to content

Commit

Permalink
Bump podspec version for merged pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
granoff committed Feb 28, 2013
1 parent 22bfc9f commit d2c0e51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lockbox.podspec
@@ -1,12 +1,12 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Lockbox' s.name = 'Lockbox'
s.version = '1.4.1' s.version = '1.4.2'
s.license = 'MIT' s.license = 'MIT'
s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.' s.summary = 'Lockbox is an Objective-C utility class for storing data securely in the keychain. Use it to store small, sensitive bits of data securely.'
s.homepage = 'https://github.com/granoff/Lockbox' s.homepage = 'https://github.com/granoff/Lockbox'
s.author = 'Mark H. Granoff' s.author = 'Mark H. Granoff'


s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.4.1' } s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.4.2' }


s.source_files = 'Lockbox.{h,m}' s.source_files = 'Lockbox.{h,m}'
s.clean_path = 'LockBox' s.clean_path = 'LockBox'
Expand Down

0 comments on commit d2c0e51

Please sign in to comment.