[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 0 / b / 7 / 25519 / 1.6 / 25519.podspec.json
blob37cb200cf8b5bf455fe3db5f4e0882f3bc3c1493
2   "name": "25519",
3   "version": "1.6",
4   "license": {
5     "type": "GPLv3"
6   },
7   "homepage": "https://github.com/FredericJacobs/25519",
8   "preserve_paths": "Sources/ed25519/**/*.{c,h}",
9   "authors": {
10     "Frederic Jacobs": "github@fredericjacobs.com"
11   },
12   "summary": "Key agreement (curve25519) and signing (ed25519), all with curve25519 keys.",
13   "description": "    Curve25519 is a fast and secure curve used for key agreement. Unfortunately, it does not support signing out of the box. This pod translates the point curves to do ed25519 signing with curve25519 keys.\n",
14   "source": {
15     "git": "https://github.com/FredericJacobs/25519.git",
16     "tag": "1.6"
17   },
18   "source_files": [
19     "Classes/*.{h,m}",
20     "Sources/ed25519/*.{c,h}",
21     "Sources/Curve25519/curve25519-donna.c",
22     "Sources/ed25519/*.{c,h}",
23     "Sources/ed25519/additions/*.{c,h}",
24     "Sources/ed25519/sha512/sha2big.{c,h}",
25     "Sources/ed25519/sha512/sph_sha2.h",
26     "Sources/ed25519/nacl_includes/*.{c,h}"
27   ],
28   "private_header_files": [
29     "Sources/ed25519/*.h",
30     "Sources/ed25519/nacl_includes/*.h",
31     "Sources/ed25519/additions/*.h",
32     "Sources/ed25519/sha512/*.h"
33   ],
34   "frameworks": "Security",
35   "public_header_files": "Classes/*.h",
36   "requires_arc": true