Skip to content

Commit

Permalink
Fixed lockbox spec
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Feb 23, 2013
1 parent 7c030be commit 147b35d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Lockbox/1.2.0/Lockbox.podspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ Pod::Spec.new do |s|
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.2.0' } s.source = { :git => 'https://github.com/granoff/Lockbox.git', :tag => '1.2.0' }

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

1 comment on commit 147b35d

@keith
Copy link
Member Author

@keith keith commented on 147b35d Feb 23, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.