From 83bd479421b8c85bd211b05c9cdd74fd0c6d6669 Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Fri, 25 May 2012 10:53:37 +0200 Subject: [PATCH] [New Pod] KSCrypto 1.0.2: Simple wrapper for sha1 hashing files/data. --- KSCrypto/1.0.2/KSCrypto.podspec | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 KSCrypto/1.0.2/KSCrypto.podspec diff --git a/KSCrypto/1.0.2/KSCrypto.podspec b/KSCrypto/1.0.2/KSCrypto.podspec new file mode 100644 index 00000000000000..5154f6e9ae7e28 --- /dev/null +++ b/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