Skip to content

Commit

Permalink
Added version 1.2.0 for Lockbox
Browse files Browse the repository at this point in the history
  • Loading branch information
gonecoding committed Jan 14, 2013
1 parent 9ca2637 commit 1121cce
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Lockbox/1.2.0/Lockbox.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Lockbox'
s.version = '1.2.0'
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.homepage = 'https://github.com/granoff/Lockbox'
s.author = 'Mark H. Granoff'

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

s.source_files = 'Lockbox.{h,m}'
s.clean_path = 'LockBox'
s.framework = 'Security'
end

0 comments on commit 1121cce

Please sign in to comment.