Files
JBChartView/SSKeychain/0.1.4/SSKeychain.podspec
T
2012-05-09 08:28:44 -07:00

12 lines
545 B
Ruby

Pod::Spec.new do |s|
s.name = 'SSKeychain'
s.version = '0.1.4'
s.summary = 'Simple Cocoa wrapper for the keychain that works on Mac and iOS'
s.homepage = 'https://github.com/samsoffes/sskeychain'
s.author = { 'Sam Soffes' => 'sam@samsoff.es' }
s.source = { :git => 'https://github.com/samsoffes/sskeychain.git', :tag => '0.1.4' }
s.description = 'SSKeychain is a simple utility class for making the system keychain less sucky.'
s.source_files = 'SSKeychain.*'
s.frameworks = 'Security'
end