Skip to content

Commit

Permalink
added "deprecated" to pod description
Browse files Browse the repository at this point in the history
This pod is deprecated by Author as below:
"INKeychainAccess is deprecated and will not be maintained anymore. You should not use this code going forward."
https://github.com/indragiek/INKeychainAccess/blob/master/README.md
  • Loading branch information
weed committed Aug 31, 2012
1 parent 9ab92a2 commit cd4149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INKeychainAccess/1.0/INKeychainAccess.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'INKeychainAccess' s.name = 'INKeychainAccess'
s.version = '1.0' s.version = '1.0'
s.summary = 'Keychain services wrapper for OS X and iOS.' s.summary = '[Deprecated] Keychain services wrapper for OS X and iOS.'
s.homepage = 'https://github.com/indragiek/INKeychainAccess' s.homepage = 'https://github.com/indragiek/INKeychainAccess'
s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' } s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' }
s.source_files = '*.{h,m}' s.source_files = '*.{h,m}'
Expand Down

0 comments on commit cd4149c

Please sign in to comment.