]> gitweb.ps.run Git - matrix_esp_thesis/blob - ext/olm/lib/curve25519-donna/curve25519-donna.podspec
changes to olm and esp
[matrix_esp_thesis] / ext / olm / lib / curve25519-donna / curve25519-donna.podspec
1 Pod::Spec.new do |s|
2   s.name         = "curve25519-donna"
3   s.version      = "1.2.1"
4   s.summary      = "Implementations of a fast elliptic-curve, Diffie-Hellman primitive"
5   s.description  = <<-DESC
6                    Curve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide variety of applications.
7                    DESC
8   s.homepage     = "http://code.google.com/p/curve25519-donna"
9   s.license      =  'BSD 3-Clause'
10   s.author       = 'Dan Bernstein'
11   s.source       = { :git => "https://github.com/agl/curve25519-donna.git", :tag => "1.2.1" }
12   s.source_files  = 'curve25519-donna.c'
13 end