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