cd4149c10e
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
11 lines
450 B
Ruby
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 |