Files
JBChartView/SSKeychain/0.1.0/SSKeychain.podspec
T
Eloy Duran fb8da4dbca Update specs to use the better Ruby accessor style.
And remove stub specs for now.
2011-09-24 11:26:30 -05:00

11 lines
515 B
Ruby

Pod::Spec.new do |s|
s.name = 'SSKeychain'
s.version = '0.1.0'
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.0' }
s.description = "SSKeychain is a simple utility class for making the system keychain less sucky."
s.source_files = 'SSKeychain.*'
end