Files
JBChartView/INKeychainAccess/1.0/INKeychainAccess.podspec
T
weed cd4149c10e added "deprecated" to pod description
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
2012-08-31 14:21:17 +09:00

11 lines
450 B
Ruby

Pod::Spec.new do |s|
s.name = 'INKeychainAccess'
s.version = '1.0'
s.summary = '[Deprecated] Keychain services wrapper for OS X and iOS.'
s.homepage = 'https://github.com/indragiek/INKeychainAccess'
s.author = { 'Indragie Karunaratne' => 'indragiek@gmail.com' }
s.source_files = '*.{h,m}'
s.source = { :git => 'https://github.com/indragiek/INKeychainAccess.git', :tag => 'v1.0' }
s.license = 'BSD'
s.framework = 'Security'
end