Skip to content

Commit

Permalink
Added MCSMKeychainItem Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ObjColumnist committed Mar 31, 2012
1 parent 4bef62e commit 0e4a5b9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions MCSMKeychainItem/1.0/MCSMKeychainItem.podspec
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'MCSMKeychainItem'
s.version = '1.0'
s.summary = 'A Keychain Wrapper for iOS and OS X.'
s.homepage = 'https://github.com/ObjColumnist/MCSMKeychainItem'
s.author = 'Spencer MacDonald'
s.source = { :git => 'https://github.com/ObjColumnist/MCSMKeychainItem.git', :tag => '1.0' }

s.description = 'MCSMKeychainItem allows you to create, fetch and remove Keychain Items from the Keychain on iOS and OS X using the same simple Objective-C API'
s.source_files = '*.{h,m}'
s.requires_arc = false

s.frameworks = 'Foundation','Security'

end

0 comments on commit 0e4a5b9

Please sign in to comment.