Skip to content

Commit

Permalink
Added ACSimpleKeychain spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrefgneves committed May 10, 2012
1 parent e2dd4ab commit 64bb6f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ACSimpleKeychain/0.0.1/ACSimpleKeychain.podspec
@@ -0,0 +1,15 @@
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

0 comments on commit 64bb6f6

Please sign in to comment.