Skip to content

Commit

Permalink
[New Pod] KSCrypto 1.0.2: Simple wrapper for sha1 hashing files/data.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed May 25, 2012
1 parent 9bedabe commit 83bd479
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions KSCrypto/1.0.2/KSCrypto.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "KSCrypto"
s.version = "1.0.2"
s.summary = "Simple wrapper for sha1 hashing files/data."
s.homepage = "https://github.com/karelia/KSCrypto"
s.author = { "Mike Abdullah" => "me@mikeabdullah.net" }
s.source = { :git => "https://github.com/karelia/KSCrypto.git", :tag => "v1.0.2" }
s.license = "BSD"

s.source_files = 'KSSHA1Stream.{h,m}'
s.framework = 'Security'
end

0 comments on commit 83bd479

Please sign in to comment.