Files
JBChartView/ACSimpleKeychain/0.0.1/ACSimpleKeychain.podspec
T
2012-05-10 01:47:43 +01:00

16 lines
574 B
Ruby

Pod::Spec.new do |s|
s.name = 'ACSimpleKeychain'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Dead simple keychain wrapper for iOS.'
s.homepage = 'https://github.com/alexchugunov/ACSimpleKeychain'
s.author = { 'Andre Neves' => 'andrefgneves@gmail.com' }
s.source = { :git => 'https://github.com/alexchugunov/ACSimpleKeychain.git', :commit => 'edd22181aa55f47fff0c7d476b8a583b650b4264' }
s.platform = :ios
s.source_files = 'ACSimpleKeychain', 'ACSimpleKeychain/**/*.{h,m}'
s.clean_paths = "KeychainExample", "KeychainExampleTests"
end