HKDFKit/HKDFKit.podspec
Michael Kirk d2e2e50990 bump version
// FREEBIE
2017-04-01 23:09:03 -04:00

23 lines
791 B
Ruby

Pod::Spec.new do |s|
s.name = "HKDFKit"
s.version = "0.0.4"
s.summary = "HKDFKit provides Objective-C implementations of HKDF."
s.description = <<-DESC
HKDFKit additionally supports the TextSecure v2 protocol HKDF.
DESC
s.homepage = "https://github.com/FredericJacobs/HKDFKit"
s.license = {:type => 'GNU GENERAL PUBLIC LICENSE V2', :file => 'LICENSE'}
s.author = { "Frederic Jacobs" => "github@fredericjacobs.com" }
s.social_media_url = "https://twitter.com/FredericJacobs"
s.source = { :git => "https://github.com/FredericJacobs/HKDFKit.git", :tag => "0.0.3" }
s.source_files = 'HKDFKit/HKDFKit/*{h,m}'
s.public_header_files = 'HKDFKit/HKDFKit/*.h'
s.requires_arc = true
end